aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_language.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/style/acp_language.html')
-rw-r--r--phpBB/adm/style/acp_language.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_language.html b/phpBB/adm/style/acp_language.html
index 5f32855f48..76eb7c7b84 100644
--- a/phpBB/adm/style/acp_language.html
+++ b/phpBB/adm/style/acp_language.html
@@ -177,8 +177,8 @@
</dl>
<!-- BEGIN data -->
<dl>
- <dt><label for="store">{data.NAME}:</label><br /><span>{data.EXPLAIN}</span></dt>
- <dd><input type="text" id="{data.DATA}" name="{data.DATA}" value="{data.DEFAULT}" checked="checked" /></dd>
+ <dt><label for="{data.DATA}">{data.NAME}:</label><br /><span>{data.EXPLAIN}</span></dt>
+ <dd><input type="text" id="{data.DATA}" name="{data.DATA}" value="{data.DEFAULT}" /></dd>
</dl>
<!-- END data -->
</fieldset>