diff options
Diffstat (limited to 'phpBB/adm/style/acp_words.html')
-rw-r--r-- | phpBB/adm/style/acp_words.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_words.html b/phpBB/adm/style/acp_words.html index f0062e9600..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" name="word" value="{WORD}" /></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" name="replacement" value="{REPLACEMENT}" /></dd> + <dd><input id="replacement" type="text" name="replacement" value="{REPLACEMENT}" maxlength="255" /></dd> </dl> {S_HIDDEN_FIELDS} |