From 3cbdbd9bb772619e38b7715190ffd8ea8a1863e6 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 09 Mar 2012 04:44:12 -0500 Subject: [PATCH] - Improve logo handling in default skin (#1488385) --- skins/default/templates/error.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/default/templates/error.html b/skins/default/templates/error.html index 60af53b..fdd7c88 100644 --- a/skins/default/templates/error.html +++ b/skins/default/templates/error.html @@ -6,7 +6,7 @@ </head> <body> -<div id="header"><roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" alt="Logo" /></div> +<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" /> <div style="width:400px; margin:60px auto;"> $__page_content -- Gitblit v1.9.1