aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-11-06 10:31:56 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-11-06 10:31:56 +0100
commit685449bfe3d470adb6fe14867b3cfb820bcd135a (patch)
treec9bc803252aa6ae29c32272f9bbd985c89fad746 /phpBB/adm/style
parentbe5a40f6a910f7fd28c73155fb507e5ce16d11a6 (diff)
downloadforums-685449bfe3d470adb6fe14867b3cfb820bcd135a.tar
forums-685449bfe3d470adb6fe14867b3cfb820bcd135a.tar.gz
forums-685449bfe3d470adb6fe14867b3cfb820bcd135a.tar.bz2
forums-685449bfe3d470adb6fe14867b3cfb820bcd135a.tar.xz
forums-685449bfe3d470adb6fe14867b3cfb820bcd135a.zip
[ticket/14272] Fix invalid or missing min/max settings
PHPBB3-14272
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_search.html b/phpBB/adm/style/acp_search.html
index 0736d22fe7..f7ad3c5e89 100644
--- a/phpBB/adm/style/acp_search.html
+++ b/phpBB/adm/style/acp_search.html
@@ -30,7 +30,7 @@
</dl>
<dl>
<dt><label for="min_search_author_chars">{L_MIN_SEARCH_AUTHOR_CHARS}{L_COLON}</label><br /><span>{L_MIN_SEARCH_AUTHOR_CHARS_EXPLAIN}</span></dt>
- <dd><input id="min_search_author_chars" size="4" maxlength="4" min="0" max="9999" name="config[min_search_author_chars]" value="{MIN_SEARCH_AUTHOR_CHARS}" /></dd>
+ <dd><input id="min_search_author_chars" type="number" min="0" max="9999" name="config[min_search_author_chars]" value="{MIN_SEARCH_AUTHOR_CHARS}" /></dd>
</dl>
<dl>
<dt><label for="max_num_search_keywords">{L_MAX_NUM_SEARCH_KEYWORDS}{L_COLON}</label><br /><span>{L_MAX_NUM_SEARCH_KEYWORDS_EXPLAIN}</span></dt>