[TYPO3-core] RFC #1436: Meta tag output in indexed search result breaks layout

Dmitry Dulepov dmitry.dulepov at gmail.com
Wed Mar 24 08:08:34 CET 2010


Hi!

Oliver Klee wrote:
>> +		$keywords = t3lib_div::trimExplode(',', $keywordList);
>> +		return ' ' . implode(', ', $keywords) . ' ';
> 
> Won't replacing commas by comma + space achieve the same?

In case of "hello, world" it will lead to "hello,  world". My way makes
a single space.

-- 
Dmitry Dulepov
TYPO3 expert / TYPO3 security team member Read more @
http://dmitry-dulepov.com/


More information about the TYPO3-team-core mailing list