use*_*852 0 typo3 fluid categories tx-news typo3-8.x
我正在使用-template Item.html 的类名来TYPO3 8.7写一个sys_category名字tx_news,如下所示:
<div class="{f:format.case(value: '{newsItem.firstCategory.title}', mode: 'lower')}"> ...
Run Code Online (Sandbox Code Playgroud)
现在我的一个类别有两个单词,比如'my category',所以classname结果如下:
<div class="my category">
Run Code Online (Sandbox Code Playgroud)
如何从类名中删除空'' FLUID?
谢谢你的帮助.