Project

General

Profile

Bug #21620 ยป 12676.diff

Administrator Admin, 2009-11-20 00:46

View differences:

typo3/sysext/opendocs/class.tx_opendocs.php (working copy)
$record = t3lib_BEfunc::getRecordWSOL($table, $uid);
$label = htmlspecialchars(strip_tags(t3lib_div::htmlspecialchars_decode($document[0])));
$icon = t3lib_iconWorks::getIconImage($table, $record, $GLOBALS['BACK_PATH']);
$link = $GLOBALS['BACK_PATH'] . 'alt_doc.php?' . $document[2];
$link = $GLOBALS['BACK_PATH'] . 'alt_doc.php?' . htmlspecialchars($document[2]);
$firstRow = '';
if ($isFirstDoc) {
    (1-1/1)