aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_forum.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2013-10-19 08:51:08 -0700
committerMatt Friedman <maf675@gmail.com>2013-10-19 08:51:08 -0700
commit5d49a8f06e7cb79c4ef3c5ad8ef5cac67e135b68 (patch)
treef637ed99a85bf3f93cf16d39da5368b0f04e650d /phpBB/styles/prosilver/template/mcp_forum.html
parent8816664d8abbcf319e9bdfd5e3c1618131a419cf (diff)
downloadforums-5d49a8f06e7cb79c4ef3c5ad8ef5cac67e135b68.tar
forums-5d49a8f06e7cb79c4ef3c5ad8ef5cac67e135b68.tar.gz
forums-5d49a8f06e7cb79c4ef3c5ad8ef5cac67e135b68.tar.bz2
forums-5d49a8f06e7cb79c4ef3c5ad8ef5cac67e135b68.tar.xz
forums-5d49a8f06e7cb79c4ef3c5ad8ef5cac67e135b68.zip
[ticket/11935] Fix invalid HTML usage of <label> tag in prosilver
PHPBB3-11935
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_forum.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_forum.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html
index e5dcb94855..ca8a945e74 100644
--- a/phpBB/styles/prosilver/template/mcp_forum.html
+++ b/phpBB/styles/prosilver/template/mcp_forum.html
@@ -90,7 +90,8 @@
<!-- IF U_PREVIOUS_PAGE --><a href="{U_PREVIOUS_PAGE}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF -->
<label>{L_DISPLAY_TOPICS}{L_COLON} {S_SELECT_SORT_DAYS}</label>
<label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label>
- <label>{S_SELECT_SORT_DIR} <input type="submit" name="sort" value="{L_GO}" class="button2" /></label>
+ <label>{S_SELECT_SORT_DIR}</label>
+ <input type="submit" name="sort" value="{L_GO}" class="button2" />
</fieldset>
<hr />