From 83092e0269f897d60374aa62c79e2e0576d15623 Mon Sep 17 00:00:00 2001 From: Marcus Vinny <vinny@suportephpbb.com.br> Date: Tue, 20 Aug 2013 04:25:06 -0300 Subject: [ticket/11804] Remove </li> from overall_header which was not open PHPBB3-11804 --- phpBB/styles/prosilver/template/overall_header.html | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB') 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 --> -- cgit v1.2.1