Skip to content

Commit

Permalink
Removed some cellspacing to help IE
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Apr 2, 2005
1 parent cd53bde commit 5c8d186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/lib.php
Expand Up @@ -2540,7 +2540,7 @@ function forum_print_latest_discussions($course, $forum, $maxdiscussions=5, $dis
$strdatestring = get_string('strftimerecentfull');

if ($displayformat == 'header') {
echo '<table class="forumheaderlist">';
echo '<table cellspacing="0" class="forumheaderlist">';
echo '<thead>';
echo '<tr>';
echo '<th class="header topic">'.get_string('discussion', 'forum').'</th>';
Expand Down

0 comments on commit 5c8d186

Please sign in to comment.