diff options
author | Marcus Vinny <vinny@suportephpbb.com.br> | 2013-10-31 15:30:02 -0300 |
---|---|---|
committer | Marcus Vinny <vinny@suportephpbb.com.br> | 2013-10-31 15:30:02 -0300 |
commit | e4008308fc7b0eba44b4b12c8155ae6473e5afb0 (patch) | |
tree | af96b80e6392e2f9debe42a9d617d9811c098603 | |
parent | d499db36a03e85e808e180b19ed3480cd08a2d84 (diff) | |
download | forums-e4008308fc7b0eba44b4b12c8155ae6473e5afb0.tar forums-e4008308fc7b0eba44b4b12c8155ae6473e5afb0.tar.gz forums-e4008308fc7b0eba44b4b12c8155ae6473e5afb0.tar.bz2 forums-e4008308fc7b0eba44b4b12c8155ae6473e5afb0.tar.xz forums-e4008308fc7b0eba44b4b12c8155ae6473e5afb0.zip |
[ticket/11992] Fix Users with most Warnings block
PHPBB3-11992
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_warn_front.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_warn_front.html b/phpBB/styles/prosilver/template/mcp_warn_front.html index 5a332cf202..c8ac765777 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_front.html +++ b/phpBB/styles/prosilver/template/mcp_warn_front.html @@ -51,7 +51,7 @@ <td>{highest.WARNING_TIME}</td> <td><a href="{highest.U_NOTES}">{L_VIEW_NOTES}</a></td> </tr> - <!-- END latest --> + <!-- END highest --> </tbody> </table> <!-- ELSE --> |