diff options
author | Vinny <vinny@suportephpbb.com.br> | 2012-04-26 21:19:08 -0300 |
---|---|---|
committer | Vinny <vinny@suportephpbb.com.br> | 2012-05-01 14:41:02 -0300 |
commit | 7294c7143144b06dde799936e7631493b1df4e6c (patch) | |
tree | 9f5e5c8c041f740d89fb92a35f775df0be290465 /phpBB | |
parent | 417caa649a5fb87afa32a8a8f3600b591dddcce0 (diff) | |
download | forums-7294c7143144b06dde799936e7631493b1df4e6c.tar forums-7294c7143144b06dde799936e7631493b1df4e6c.tar.gz forums-7294c7143144b06dde799936e7631493b1df4e6c.tar.bz2 forums-7294c7143144b06dde799936e7631493b1df4e6c.tar.xz forums-7294c7143144b06dde799936e7631493b1df4e6c.zip |
[ticket/10778] Remove extra space from close link in prosilver smilies window
PHPBB3-10778
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_smilies.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_smilies.html b/phpBB/styles/prosilver/template/posting_smilies.html index 84191588e2..d3d6293586 100644 --- a/phpBB/styles/prosilver/template/posting_smilies.html +++ b/phpBB/styles/prosilver/template/posting_smilies.html @@ -18,6 +18,6 @@ </div> </div> <div>{PAGINATION}</div> -<a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a> +<a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a> <!-- INCLUDE simple_footer.html --> |