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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_language.html b/phpBB/adm/style/acp_language.html
index bc05fc43fd..7e4a49f893 100644
--- a/phpBB/adm/style/acp_language.html
+++ b/phpBB/adm/style/acp_language.html
@@ -185,7 +185,7 @@
<!-- BEGIN data -->
<dl>
<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>
+ <dd><input type="<!-- IF data.DATA == 'password' -->password<!-- ELSE -->text<!-- ENDIF -->" id="{data.DATA}" name="{data.DATA}" value="{data.DEFAULT}" /></dd>
</dl>
<!-- END data -->
</fieldset>