diff options
author | Senky <jakubsenko@gmail.com> | 2013-04-13 11:29:53 +0200 |
---|---|---|
committer | Senky <jakubsenko@gmail.com> | 2013-05-20 18:42:06 +0200 |
commit | 4c03c22e503a4317db93e7e61f676a396318b097 (patch) | |
tree | 16ecbecd00c9a1f918c59e391f5caeab7cb85129 /phpBB/styles/prosilver | |
parent | 178f23d4d8e37724e5f27cfb9b19dd2ab867e888 (diff) | |
download | forums-4c03c22e503a4317db93e7e61f676a396318b097.tar forums-4c03c22e503a4317db93e7e61f676a396318b097.tar.gz forums-4c03c22e503a4317db93e7e61f676a396318b097.tar.bz2 forums-4c03c22e503a4317db93e7e61f676a396318b097.tar.xz forums-4c03c22e503a4317db93e7e61f676a396318b097.zip |
[ticket/11010] dealing with dimensions problem, removing extra code
PHPBB3-11010
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_topic.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index 3277e4b282..8dfee55cbf 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -43,7 +43,7 @@ onload_functions.push('subPanels()'); <fieldset id="display-panel" class="fields2"> <dl> <dt><label for="posts_per_page">{L_POSTS_PER_PAGE}{L_COLON}</label><br /><span>{L_POSTS_PER_PAGE_EXPLAIN}</span></dt> - <dd><input class="inputbox autowidth" type="number" min="1" maxlenght="6" name="posts_per_page" id="posts_per_page" size="6" value="{POSTS_PER_PAGE}" /></dd> + <dd><input class="inputbox autowidth" type="number" min="1" name="posts_per_page" id="posts_per_page" size="6" value="{POSTS_PER_PAGE}" /></dd> </dl> <dl> <dt><label>{L_DISPLAY_POSTS}{L_COLON}</label></dt> |