Hi,
someone please commit this and close ticket #1483921!
Thanks, mtu
Michael Bueker wrote:
Hi,
someone please commit this and close ticket #1483921!
done and done.
-Charles
Thanks, mtu
diff -uNr rc-293/program/steps/mail/func.inc rc-293fix/program/steps/mail/func.inc --- rc-293/program/steps/mail/func.inc 2006-08-06 14:38:59.000000000 +0200 +++ rc-293fix/program/steps/mail/func.inc 2006-08-06 15:17:33.000000000 +0200 @@ -1473,7 +1473,7 @@ $attrib['src'] = './?'.str_replace('_frame=', ($ctype_primary=='text' ? '_show=' : '_preload='), $_SERVER['QUERY_STRING']);
$attrib_str = create_attrib_string($attrib, array('id', 'class', 'style', 'src', 'width', 'height'));
- $out = '<iframe '. $attrib_str . "></ifame>";
$out = '<iframe '. $attrib_str . "></iframe>";
return $out; }