1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge remote-tracking branch 'mvinny/ticket/10778' into develop

* mvinny/ticket/10778:
  [ticket/10778] Remove extra space from close link in prosilver smilies window
This commit is contained in:
Andreas Fischer
2012-05-01 19:57:11 +02:00

View File

@@ -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 -->