mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00: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:
parent
095d7d97a3
commit
e716c8fe83
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
|||
<ul class="linklist">
|
||||
<!-- IF TOTAL_MESSAGES or S_VIEW_MESSAGE -->
|
||||
<li class="rightside pagination">
|
||||
<!-- IF TOTAL_MESSAGES -->{TOTAL_MESSAGES • <!-- ENDIF -->
|
||||
<!-- IF TOTAL_MESSAGES -->{TOTAL_MESSAGES} • <!-- ENDIF -->
|
||||
<!-- IF .pagination -->
|
||||
<!-- INCLUDE pagination.html -->
|
||||
<!-- ELSE -->
|
||||
|
|
Loading…
Add table
Reference in a new issue