[ticket/10778] Remove extra space from close link in prosilver smilies window

PHPBB3-10778
This commit is contained in:
Vinny 2012-04-26 21:19:08 -03:00
parent 417caa649a
commit 7294c71431

View file

@ -18,6 +18,6 @@
</div> </div>
</div> </div>
<div>{PAGINATION}</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 --> <!-- INCLUDE simple_footer.html -->