-
Bug
-
Resolution: Won't Fix
-
Trivial
-
None
-
1.8.2
-
None
-
MOODLE_18_STABLE
When trying to develop a custom theme, one little issue I ran into is a strange and totally useless <br /> while viewing a forum. Seems like its used as a spacer; would it not be more effective to set this either through the CSS margin attribute or with a DIV?
In mod/forum/view.php: echo '<br />';
{ line 269 }