Bug #23952 » 16262.diff
typo3/class.browse_links.php (working copy) | ||
---|---|---|
$arrCol.
|
||
'<a href="#" onclick="return link_typo3Page(\''.$expPageId.'\',\'#'.$row['uid'].'\');">'.
|
||
$icon.
|
||
htmlspecialchars(t3lib_div::fixed_lgd_cs($row['header'],$titleLen)).
|
||
htmlspecialchars(t3lib_div::fixed_lgd_cs(t3lib_BEfunc::getRecordTitle('tt_content', $row), $titleLen)) .
|
||
'</a><br />';
|
||
// Finding internal anchor points:
|