From 3e58bf2062be1323d7c7c021d40255458e28e74d Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 30 Jun 2010 05:44:33 -0400 Subject: [PATCH] - Fix handling of messages with Content-Type: application/* and no filename (#1484050) --- 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 9f4f993..36862ce 100644 --- a/skins/default/templates/error.html +++ b/skins/default/templates/error.html @@ -6,7 +6,7 @@ </head> <body> -<div id="header"><img src="/images/roundcube_logo.png" alt="RoundCube Webmail" /></div> +<div id="header"><img src="/images/roundcube_logo.png" alt="<roundcube:object name='productname' />" /></div> <div style="width:400px; margin:60px auto;"> $__page_content -- Gitblit v1.9.1