diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-08-20 14:31:15 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-08-20 14:31:15 +0200 |
commit | fa2be427b6df5a58f7b90d45a424fe734719b60f (patch) | |
tree | 671143959b36f71ca116c2639387898d175f3d26 /phpBB | |
parent | edb0f61124a2ea52fde7dd5500e899c60e72d883 (diff) | |
parent | 83092e0269f897d60374aa62c79e2e0576d15623 (diff) | |
download | forums-fa2be427b6df5a58f7b90d45a424fe734719b60f.tar forums-fa2be427b6df5a58f7b90d45a424fe734719b60f.tar.gz forums-fa2be427b6df5a58f7b90d45a424fe734719b60f.tar.bz2 forums-fa2be427b6df5a58f7b90d45a424fe734719b60f.tar.xz forums-fa2be427b6df5a58f7b90d45a424fe734719b60f.zip |
Merge remote-tracking branch 'mvinny/ticket/11804' into develop
* mvinny/ticket/11804:
[ticket/11804] Remove </li> from overall_header which was not open
Diffstat (limited to 'phpBB')
-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 --> |