mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12248] Remove p tag in favor of strong tag
PHPBB3-12248
This commit is contained in:
parent
03492e6211
commit
d0b07503ad
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
<!-- IF META_HOMEPAGE -->
|
<!-- IF META_HOMEPAGE -->
|
||||||
<dl>
|
<dl>
|
||||||
<dt><label for="meta_homepage">{L_HOMEPAGE}{L_COLON}</label></dt>
|
<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>
|
</dl>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- IF META_TIME -->
|
<!-- IF META_TIME -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue