Changeset 3433 in subversion
- Timestamp:
- Mar 28, 2010 12:51:20 PM (3 years ago)
- Location:
- trunk/roundcubemail/program/steps/mail
- Files:
-
- 2 edited
-
compose.inc (modified) (2 diffs)
-
func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/compose.inc
r3403 r3433 611 611 612 612 // build reply (quote content) 613 $prefix = sprintf(" On %s, %s wrote:<br />\n",613 $prefix = sprintf("<p>On %s, %s wrote:</p>\n", 614 614 $MESSAGE->headers->date, 615 615 htmlspecialchars(Q($MESSAGE->get_header('from'), 'replace'), ENT_COMPAT, $RCMAIL->output->get_charset())); 616 616 $prefix .= '<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">'; 617 617 618 618 if ($RCMAIL->config->get('top_posting')) { 619 $prefix = "<p></p>". $prefix;620 $suffix = "</blockquote>";619 $prefix = '<br>' . $prefix; 620 $suffix = '</blockquote>'; 621 621 } 622 622 else { 623 $suffix = "</blockquote><p></p>";623 $suffix = '</blockquote><p></p>'; 624 624 } 625 625 } … … 660 660 661 661 $prefix = sprintf( 662 "< p></p><p>-------- Original Message --------</p>" .662 "<br /><p>-------- Original Message --------</p>" . 663 663 "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tbody>" . 664 664 "<tr><th align=\"right\" nowrap=\"nowrap\" valign=\"baseline\">Subject: </th><td>%s</td></tr>" . -
trunk/roundcubemail/program/steps/mail/func.inc
r3412 r3433 630 630 'html_elements' => array('body'), 631 631 ); 632 632 633 633 if (!$p['inline_html']) { 634 634 $wash_opts['html_elements'] = array('html','head','title','body');
Note: See TracChangeset
for help on using the changeset viewer.
