diff options
author | alecpl <alec@alec.pl> | 2010-03-28 17:52:34 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-03-28 17:52:34 +0000 |
commit | 7a48e5539f2d2f1346d9f87a3c06c281a3078aa1 (patch) | |
tree | a1187d4eae8a0f8f58124dd1828f49242bcf78c2 /program/steps/mail/compose.inc | |
parent | 79990754f61617615cc30a2470672c7db3658e7d (diff) |
- Re-organize editor buttons, add blockquote and search buttons
- Make possible to write inside or after a quoted html message (#1485476)
Diffstat (limited to 'program/steps/mail/compose.inc')
-rw-r--r-- | program/steps/mail/compose.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index 07659307c..bf245038a 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -613,7 +613,7 @@ function rcmail_create_reply_body($body, $bodyIsHtml) $prefix = sprintf("<p>On %s, %s wrote:</p>\n", $MESSAGE->headers->date, htmlspecialchars(Q($MESSAGE->get_header('from'), 'replace'), ENT_COMPAT, $RCMAIL->output->get_charset())); - $prefix .= '<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">'; + $prefix .= '<blockquote>'; if ($RCMAIL->config->get('top_posting')) { $prefix = '<br>' . $prefix; |