diff options
-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 18786d80f9..3e7a7af6e4 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">{META_HOMEPAGE}</p></dd> + <dd><p id="meta_homepage"><strong><a href="{META_HOMEPAGE}">{META_HOMEPAGE}</a></strong></p></dd> </dl> <!-- ENDIF --> <!-- IF META_TIME --> |