Project

General

Profile

Feature #17788 ยป imageLinkWrap_stdwrap.diff

Administrator Admin, 2007-11-14 16:21

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (working copy)
$a1='<a href="'.htmlspecialchars($url).'"'.$target.$GLOBALS['TSFE']->ATagParams.'>';
$a2='</a>';
}
$string = $this->stdWrap($string,$conf['stdWrap.']);
$content=$a1.$string.$a2;
}
}
    (1-1/1)