diff options
Diffstat (limited to 'phpBB/adm/style/acp_ext_details.html')
-rw-r--r-- | phpBB/adm/style/acp_ext_details.html | 2 |
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 --> |