aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_words.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/style/acp_words.html')
-rw-r--r--phpBB/adm/style/acp_words.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_words.html b/phpBB/adm/style/acp_words.html
index 22bd641e4d..fa85669595 100644
--- a/phpBB/adm/style/acp_words.html
+++ b/phpBB/adm/style/acp_words.html
@@ -16,11 +16,11 @@
<legend>{L_EDIT_WORD}</legend>
<dl>
<dt><label for="word">{L_WORD}</label></dt>
- <dd><input id="word" type="text" class="text" name="word" value="{WORD}" maxlength="255" /></dd>
+ <dd><input id="word" type="text" name="word" value="{WORD}" maxlength="255" /></dd>
</dl>
<dl>
<dt><label for="replacement">{L_REPLACEMENT}</label></dt>
- <dd><input id="replacement" type="text" class="text" name="replacement" value="{REPLACEMENT}" maxlength="255" /></dd>
+ <dd><input id="replacement" type="text" name="replacement" value="{REPLACEMENT}" maxlength="255" /></dd>
</dl>
{S_HIDDEN_FIELDS}