mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Cellspacing 0 for forum posts to help poor little IE
This commit is contained in:
parent
c559bb1eed
commit
3320057725
@ -1528,11 +1528,7 @@ function forum_print_post(&$post, $courseid, $ownpost=false, $reply=false, $link
|
||||
}
|
||||
|
||||
echo '<a name="'.$post->id.'"></a>';
|
||||
if ($post->parent) {
|
||||
echo '<table class="forumpost'.$read_style.'">';
|
||||
} else {
|
||||
echo '<table class="forumpost'.$read_style.'" width="100%">';
|
||||
}
|
||||
echo '<table cellspacing="0" class="forumpost'.$read_style.'">';
|
||||
|
||||
echo '<tr class="header"><td class="picture left">';
|
||||
print_user_picture($post->userid, $courseid, $post->picture);
|
||||
|
Loading…
x
Reference in New Issue
Block a user