summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-05-26 09:48:09 +0000
committeralecpl <alec@alec.pl>2008-05-26 09:48:09 +0000
commit027af30c7ce6d02a12beb9834ef408f1fe8f40ac (patch)
tree00fabb62f18be80c16619ea0142a172ed08a42c9
parent4da1d7c663d677347496fd8919097bfb34d293e7 (diff)
-set iframe's border to 'none' for Konqueror
-rw-r--r--program/steps/mail/compose.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc
index d2a48abf3..e56420b94 100644
--- a/program/steps/mail/compose.inc
+++ b/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;
}