Feature #17788 ยป imageLinkWrap_stdwrap.diff
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;
|
||
}
|
||
}
|