mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12248] Remove p tag in favor of strong tag
PHPBB3-12248
This commit is contained in:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user