Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Trivial
-
Resolution: Unresolved
-
Affects Version/s: 1.8.2
-
Fix Version/s: None
-
Component/s: Themes
-
Labels:None
-
Affected Branches:MOODLE_18_STABLE
Description
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 }
Attached a screenshot with all DIVs set to border 1.