From 853b2e734139aa7fcd97fd931803808bdad201bd Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 23 Dec 2006 06:16:53 -0500
Subject: [PATCH] Fixed little typos and improved CSS altering in HTML messages

---
 program/js/app.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/js/app.js b/program/js/app.js
index 434f1f4..50c6b58 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -671,7 +671,7 @@
         if (this.env.uid && props.mimetype && find_in_array(props.mimetype, this.mimetypes)>=0)
           {
           if (props.mimetype == 'text/html')
-            qstring += '&safe=1';
+            qstring += '&_safe=1';
           this.attachment_win = window.open(this.env.comm_path+'&_action=get&'+qstring+'&_frame=1', 'rcubemailattachment');
           if (this.attachment_win)
             {

--
Gitblit v1.9.1