From 853b2e734139aa7fcd97fd931803808bdad201bd Mon Sep 17 00:00:00 2001 From: thomascube Date: Sat, 23 Dec 2006 11:16:53 +0000 Subject: Fixed little typos and improved CSS altering in HTML messages --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js') diff --git a/program/js/app.js b/program/js/app.js index 434f1f45b..50c6b58cc 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -671,7 +671,7 @@ function rcube_webmail() 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) { -- cgit v1.2.3