markup validation
[atutor.git] / docs / themes / default / users / index.tmpl.php
index 7e0b1b0..c977ca7 100644 (file)
@@ -71,7 +71,7 @@
     </small></td>
     <td>
 <?php if($_config['allow_unenroll'] || $row['tests']){  ?>
-    <ul>
+  <ul>
     <?php if ($row['member_id'] != $_SESSION['member_id']  && $_config['allow_unenroll'] == 1): ?>
            <li><a href="users/remove_course.php?course=<?php echo $row['course_id']; ?>"><?php echo _AT('unenroll_me'); ?></a></li>
     <?php endif; ?>