[TYPO3] tt_news related_stdWrap
Lamb, Brian
blamb at jcvi.org
Tue Jul 1 17:59:58 CEST 2008
Hi guys,
I'm getting a weird bug when trying to wrap related news for tt_news.
This setup is for a fulltext page. My TypoScript is as follows:
plugin.tt_news.related_stdWrap.wrap = <div id="right_content"><div
class="csc-header csc-header-n1"><h1 class="csc-firstHeader">Related
News</h1>|</div></div>
The issue occurs in that the related news items ignore everything to the
left of the | . So basically I get ###RELATED_NEWS###</div></div>
instead of <div id="right_content"><div class="csc-header
csc-header-n1"><h1 class="csc-firstHeader">Related
News</h1>###RELATED_NEWS </div></div>
Does anyone see a mistake on my part?
More information about the TYPO3-english
mailing list