Skip to content

Commit

Permalink
forum MDL-25232 - fix unbalanced divs
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Jan 9, 2011
1 parent 46f4c39 commit ed4a7e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/forum/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -3165,6 +3165,7 @@ function forum_print_post($post, $discussion, $forum, &$cm, $course, $ownpost=fa
}
$output .= html_writer::tag('div', get_string('forumsubjecthidden','forum'), array('class'=>'subject')); // Subject
$output .= html_writer::tag('div', get_string('forumauthorhidden','forum'), array('class'=>'author')); // author
$output .= html_writer::end_tag('div');
$output .= html_writer::end_tag('div'); // row
$output .= html_writer::start_tag('div', array('class'=>'row'));
$output .= html_writer::tag('div', ' ', array('class'=>'left side')); // Groups
Expand Down

0 comments on commit ed4a7e4

Please sign in to comment.