diff options
author | thomascube <thomas@roundcube.net> | 2006-12-23 11:16:53 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-12-23 11:16:53 +0000 |
commit | 853b2e734139aa7fcd97fd931803808bdad201bd (patch) | |
tree | c132e60c82eb2ff95a82fc220db08c91abfea573 /program/js | |
parent | 822e27617b42b8e4ceb3dbfcaedd76e3a3cb6f3f (diff) |
Fixed little typos and improved CSS altering in HTML messages
Diffstat (limited to 'program/js')
-rw-r--r-- | 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 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) { |