diff options
| author | cmcnulty <cmcnulty@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-08-07 13:23:13 +0000 |
|---|---|---|
| committer | cmcnulty <cmcnulty@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-08-07 13:23:13 +0000 |
| commit | 84d27401d0e6af0cc1f26054476a6cb1aadac76f (patch) | |
| tree | 58f5e6bd66f537c154bdd2291e43b6721c29ae94 | |
| parent | e2c3d8f79a2f06e485f2766e67a6afcb1315ebc9 (diff) | |
fixed 'ifame' typo
git-svn-id: https://svn.roundcube.net/trunk@302 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/steps/mail/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index fd0d2c25d..4b3114be9 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/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; } |
