Bug #14819 » indexedTitle_htmlspecialchars.diff
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;
|
||
}
|
||
/**
|
- « Previous
- 1
- 2
- 3
- Next »