diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-26 09:48:09 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-26 09:48:09 +0000 |
| commit | babc4a5006325b38407d6f8ebab9e7bf186c0638 (patch) | |
| tree | 8f722328e52b40f1b1c57fb74a271f17562fabf4 | |
| parent | 824b86fafbeb47cb306927b3376e66bc99cd1551 (diff) | |
-set iframe's border to 'none' for Konqueror
git-svn-id: https://svn.roundcube.net/trunk@1423 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/steps/mail/compose.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc index d2a48abf3..e56420b94 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/program/steps/mail/compose.inc @@ -81,7 +81,6 @@ else if ($msg_uid = get_input_value('_forward_uid', RCUBE_INPUT_GET)) else if ($msg_uid = get_input_value('_draft_uid', RCUBE_INPUT_GET)) $compose_mode = RCUBE_COMPOSE_DRAFT; - if (!empty($msg_uid)) { // similar as in program/steps/mail/show.inc @@ -435,7 +434,7 @@ function rcmail_compose_body($attrib) rcube_add_label('checking'); } - $out .= "\n".'<iframe name="savetarget" src="program/blank.gif" style="width:0;height:0;visibility:hidden;"></iframe>'; + $out .= "\n".'<iframe name="savetarget" src="program/blank.gif" style="width:0;height:0;border:none;visibility:hidden;"></iframe>'; return $out; } |
