Changeset 27a12ed in github for program/steps/mail/compose.inc


Ignore:
Timestamp:
Oct 7, 2008 7:03:38 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
da402d6
Parents:
c02bb9c
Message:
  • #1485475: don't use 4th argument of htmlspecialchars()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/compose.inc

    r2727053 r27a12ed  
    531531    $prefix = sprintf("On %s, %s wrote:<br />\n", 
    532532      $MESSAGE->headers->date, 
    533       htmlspecialchars(Q($MESSAGE->get_header('from'), 'replace'), ENT_COMPAT, $OUTPUT->get_charset(), true)); 
     533      htmlspecialchars(Q($MESSAGE->get_header('from'), 'replace'), ENT_COMPAT, $OUTPUT->get_charset())); 
    534534    $prefix .= '<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">'; 
    535535    $suffix = "</blockquote>"; 
Note: See TracChangeset for help on using the changeset viewer.