1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-06 22:45:02 +02:00

[ticket/11047] Close TOTAL_MESSAGES at ucp_pm_viewfolder.html

This problem only occurs in prosilver
With the variable unclosed, the language key isnt displayed

PHPBB3-11047
This commit is contained in:
Vinny 2012-08-07 15:21:41 -03:00
parent 095d7d97a3
commit e716c8fe83

View File

@ -103,7 +103,7 @@
<ul class="linklist">
<!-- IF TOTAL_MESSAGES or S_VIEW_MESSAGE -->
<li class="rightside pagination">
<!-- IF TOTAL_MESSAGES -->{TOTAL_MESSAGES &bull; <!-- ENDIF -->
<!-- IF TOTAL_MESSAGES -->{TOTAL_MESSAGES} &bull; <!-- ENDIF -->
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
<!-- ELSE -->