summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2006-08-07 13:23:13 +0000
committersvncommit <devs@roundcube.net>2006-08-07 13:23:13 +0000
commit90022ee3d12f538af87bc01650b0e00ae87ef69d (patch)
treecbc1dd62e03c28a894a76facd32718de9b83db6f /program
parentaade7b98044ad4abb9021452688ec3af57f36acb (diff)
fixed 'ifame' typo
Diffstat (limited to 'program')
-rw-r--r--program/steps/mail/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index fd0d2c25d..4b3114be9 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -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;
}