Project

General

Profile

Bug #14819 » indexedTitle_htmlspecialchars.diff

Administrator Admin, 2006-01-16 11:45

View differences:

typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php 13 Jan 2006 22:06:10 -0000
$outputString = $GLOBALS['TSFE']->csConvObj->crop('utf-8',$row['item_title'],50,'...');
return $this->utf8_to_currentCharset(htmlspecialchars($outputString)).$add;
return $this->utf8_to_currentCharset($outputString).$add;
}
/**
(3-3/3)