summaryrefslogtreecommitdiff
path: root/skins/default/templates
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-03-09 09:44:12 +0000
committeralecpl <alec@alec.pl>2012-03-09 09:44:12 +0000
commit3cbdbd9bb772619e38b7715190ffd8ea8a1863e6 (patch)
tree38abcd9f78c37a63cd65624e4c8e3ca001ffc811 /skins/default/templates
parentfe3a1d60a53920029932287629ee0afd4df729aa (diff)
- Improve logo handling in default skin (#1488385)
Diffstat (limited to 'skins/default/templates')
-rw-r--r--skins/default/templates/error.html2
-rw-r--r--skins/default/templates/messageprint.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/templates/error.html b/skins/default/templates/error.html
index 60af53b2a..fdd7c887b 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
diff --git a/skins/default/templates/messageprint.html b/skins/default/templates/messageprint.html
index 31022394b..fa7822ad5 100644
--- a/skins/default/templates/messageprint.html
+++ b/skins/default/templates/messageprint.html
@@ -7,7 +7,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 id="printmessageframe">
<roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" />