Browse Source

! Minor code layout tweak

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 11 years ago
parent
commit
d79d633f3c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Themes/default/ManageMaintenance.template.php

+ 2 - 1
Themes/default/ManageMaintenance.template.php

@@ -493,7 +493,8 @@ function template_maintain_topics()
 			echo '
 							<option value="', $board['id'], '"> ', str_repeat('==', $board['child_level']), '=&gt;&nbsp;', $board['name'], '</option>';
 
-		echo '			</optgroup>';
+		echo '
+						</optgroup>';
 	}
 
 	echo '