Browse Source

! Really fixed xhtml validation in ManageBans.template.php

emanuele 13 years ago
parent
commit
1559054590
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Themes/default/ManageBans.template.php

+ 4 - 4
Themes/default/ManageBans.template.php

@@ -184,10 +184,10 @@ function template_ban_edit()
 				<table class="table_grid" width="100%">
 					<thead>
 						<tr class="catbg">
-							<th width="65%" align="left">', $txt['ban_banned_entity'], '</td>
-							<th width="15%" align="center">', $txt['ban_hits'], '</td>
-							<th width="15%" align="center">', $txt['ban_actions'], '</td>
-							<th width="5%" align="center"><input type="checkbox" onclick="invertAll(this, this.form, \'ban_items\');" class="input_check" /></td>
+							<th width="65%" align="left">', $txt['ban_banned_entity'], '</th>
+							<th width="15%" align="center">', $txt['ban_hits'], '</th>
+							<th width="15%" align="center">', $txt['ban_actions'], '</th>
+							<th width="5%" align="center"><input type="checkbox" onclick="invertAll(this, this.form, \'ban_items\');" class="input_check" /></th>
 						</tr>
 					</thead>
 					<tbody>';