Changeset 90022ee in github


Ignore:
Timestamp:
Aug 7, 2006 9:23:13 AM (7 years ago)
Author:
svncommit <devs@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
075a239
Parents:
aade7b9
Message:

fixed 'ifame' typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/func.inc

    rfb62bd9 r90022ee  
    14741474 
    14751475  $attrib_str = create_attrib_string($attrib, array('id', 'class', 'style', 'src', 'width', 'height')); 
    1476   $out = '<iframe '. $attrib_str . "></ifame>"; 
     1476  $out = '<iframe '. $attrib_str . "></iframe>"; 
    14771477     
    14781478  return $out; 
Note: See TracChangeset for help on using the changeset viewer.