Bug #24029 ยป 16361.patch
class.tslib_content.php (working copy) | ||
---|---|---|
}
|
||
$onClick = "vHWin=window.open('" . $GLOBALS['TSFE']->baseUrlWrap($finalTagParts['url']) .
|
||
"','FEopenLink','" . $JSwindowParams . "');vHWin.focus();return FALSE;";
|
||
"','FEopenLink','" . $JSwindowParams . "');vHWin.focus();return false;";
|
||
$res = '<a href="' . htmlspecialchars($finalTagParts['url']) . '"' .
|
||
$target . ' onclick="' . htmlspecialchars($onClick) . '"' .
|
||
($title ? ' title="' . $title . '"' : '') .
|