fixed 'ifame' typo

release-0.6
svncommit 18 years ago
parent aade7b9804
commit 90022ee3d1

@ -1473,7 +1473,7 @@ function rcmail_message_part_frame($attrib)
$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;
}

Loading…
Cancel
Save