diff options
author | Vinny <vinny@suportephpbb.com.br> | 2012-08-07 15:21:41 -0300 |
---|---|---|
committer | Vinny <vinny@suportephpbb.com.br> | 2012-08-07 21:20:18 -0300 |
commit | e716c8fe8369c72e2712cbc334fac12ae2d8b064 (patch) | |
tree | 125996a7f013ba7c81d7177f63b11f4d40208552 | |
parent | 095d7d97a34bed98278fc1b2108e93c03e4d1df3 (diff) | |
download | forums-e716c8fe8369c72e2712cbc334fac12ae2d8b064.tar forums-e716c8fe8369c72e2712cbc334fac12ae2d8b064.tar.gz forums-e716c8fe8369c72e2712cbc334fac12ae2d8b064.tar.bz2 forums-e716c8fe8369c72e2712cbc334fac12ae2d8b064.tar.xz forums-e716c8fe8369c72e2712cbc334fac12ae2d8b064.zip |
[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
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_viewfolder.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html b/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html index 195b212da3..68df22c68e 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html @@ -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 --> |