Skip to content

Commit

Permalink
mnet: enrol/mnet/remote_courses.php XHTML strict fix: MDL-7861
Browse files Browse the repository at this point in the history
  • Loading branch information
donal72 committed Jan 9, 2007
1 parent 9feaec8 commit d25942e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions enrol/mnet/remote_courses.php
Expand Up @@ -31,8 +31,7 @@

echo "<hr />";

print ('<table align="center">'
. '</tr>');
print ('<table align="center">');

foreach ($courses as $course) {
print ('<tr>'
Expand Down

0 comments on commit d25942e

Please sign in to comment.