aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-03-05 14:45:45 -0800
committerMatt Friedman <maf675@gmail.com>2014-03-05 14:45:45 -0800
commitd0b07503ad86d8c2fac5c7396348988e1587a684 (patch)
treedd49e3c872a1c61ec4dcab9980bd59fe15b6042b
parent03492e62116f05da97fc4ee30d11793f4cdbbdc8 (diff)
downloadforums-d0b07503ad86d8c2fac5c7396348988e1587a684.tar
forums-d0b07503ad86d8c2fac5c7396348988e1587a684.tar.gz
forums-d0b07503ad86d8c2fac5c7396348988e1587a684.tar.bz2
forums-d0b07503ad86d8c2fac5c7396348988e1587a684.tar.xz
forums-d0b07503ad86d8c2fac5c7396348988e1587a684.zip
[ticket/12248] Remove p tag in favor of strong tag
PHPBB3-12248
-rw-r--r--phpBB/adm/style/acp_ext_details.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html
index 3e7a7af6e4..f14243dad0 100644
--- a/phpBB/adm/style/acp_ext_details.html
+++ b/phpBB/adm/style/acp_ext_details.html
@@ -31,7 +31,7 @@
<!-- IF META_HOMEPAGE -->
<dl>
<dt><label for="meta_homepage">{L_HOMEPAGE}{L_COLON}</label></dt>
- <dd><p id="meta_homepage"><strong><a href="{META_HOMEPAGE}">{META_HOMEPAGE}</a></strong></p></dd>
+ <dd><strong id="meta_homepage"><a href="{META_HOMEPAGE}">{META_HOMEPAGE}</a></strong></dd>
</dl>
<!-- ENDIF -->
<!-- IF META_TIME -->