diff options
author | Marcus Vinny <vinny@suportephpbb.com.br> | 2013-08-20 04:25:06 -0300 |
---|---|---|
committer | Marcus Vinny <vinny@suportephpbb.com.br> | 2013-08-20 04:25:06 -0300 |
commit | 83092e0269f897d60374aa62c79e2e0576d15623 (patch) | |
tree | 671143959b36f71ca116c2639387898d175f3d26 | |
parent | edb0f61124a2ea52fde7dd5500e899c60e72d883 (diff) | |
download | forums-83092e0269f897d60374aa62c79e2e0576d15623.tar forums-83092e0269f897d60374aa62c79e2e0576d15623.tar.gz forums-83092e0269f897d60374aa62c79e2e0576d15623.tar.bz2 forums-83092e0269f897d60374aa62c79e2e0576d15623.tar.xz forums-83092e0269f897d60374aa62c79e2e0576d15623.zip |
[ticket/11804] Remove </li> from overall_header which was not open
PHPBB3-11804
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index fcce0060f3..c1cdc0c223 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -175,7 +175,6 @@ <!-- IF U_RESTORE_PERMISSIONS --> <li class="icon-restore-permissions"><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a></li> <!-- ENDIF --> - </li> </ul> <!-- ENDIF --> |