program/steps/mail/func.inc
@@ -551,7 +551,7 @@ * @param array CID map replaces (inline images) * @return string Clean HTML */ function rcmail_wash_html($html, $p = array(), $cid_replaces) function rcmail_wash_html($html, $p, $cid_replaces) { global $REMOTE_OBJECTS; @@ -1068,7 +1068,7 @@ ) { $out .= html::tag('hr') . html::p(array('align' => "center"), html::img(array( 'src' => $MESSAGE->get_part_url($attach_prop->mime_id), 'src' => $MESSAGE->get_part_url($attach_prop->mime_id, true), 'title' => $attach_prop->filename, 'alt' => $attach_prop->filename, )));