aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-12 20:02:24 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-28 22:19:17 +0200
commit73cdfae42bce9de97c662fba84fb6592aa810326 (patch)
tree06eb4a7ee7799e6dae9c809f5d8a74081e76b70e
parentf3aaab93d66ac36359a225a335c8036dda0a12ce (diff)
downloadforums-73cdfae42bce9de97c662fba84fb6592aa810326.tar
forums-73cdfae42bce9de97c662fba84fb6592aa810326.tar.gz
forums-73cdfae42bce9de97c662fba84fb6592aa810326.tar.bz2
forums-73cdfae42bce9de97c662fba84fb6592aa810326.tar.xz
forums-73cdfae42bce9de97c662fba84fb6592aa810326.zip
[ticket/11366] Fix HTML
PHPBB3-11366
-rw-r--r--phpBB/adm/style/acp_ext_list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html
index f0d1f789db..d3a7913f7d 100644
--- a/phpBB/adm/style/acp_ext_list.html
+++ b/phpBB/adm/style/acp_ext_list.html
@@ -17,7 +17,7 @@
<dl>
<dt><label for="force_unstable">{L_FORCE_UNSTABLE}{L_COLON}</label></dt>
<dd>
- <label><input type="radio" name="force_unstable" class="radio" value="1"<!-- IF FORCE_UNSTABLE --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
+ <label><input type="radio" id="force_unstable" name="force_unstable" class="radio" value="1"<!-- IF FORCE_UNSTABLE --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
<label><input type="radio" name="force_unstable" class="radio" value="0"<!-- IF not FORCE_UNSTABLE --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
</dd>
</dl>
@@ -44,7 +44,7 @@
<tbody>
<!-- IF .enabled -->
<tr>
- <td class="row3" colspan="5"><strong>{L_EXTENSIONS_ENABLED}</strong></td>
+ <td class="row3" colspan="4"><strong>{L_EXTENSIONS_ENABLED}</strong></td>
</tr>
<!-- BEGIN enabled -->
<tr class="ext_enabled">