[TYPO3-templavoila] Wrap Records
R. van Twisk
typo at rvt.dds.nl
Sun Aug 20 18:44:22 CEST 2006
Hey All,
I need to wrap something in TV and so I modified the XML
This is original as created by TV.
<TypoScript>
10= RECORDS
10.source.current=1
10.tables = tt_content
</TypoScript>
Then when I modify it to this, my content is nicely wrapped into my b's,
this is all old school TS.
<TypoScript>
10 = COA
10.wrap = b|/b
10.1= RECORDS
10.1.source.current=1
10.1.tables = tt_content
</TypoScript>
Now when I modify it to this:
<TypoScript>
10 = COA
10.wrap = <b>|</b>
10.1= RECORDS
10.1.source.current=1
10.1.tables = tt_content
</TypoScript>
The complete content disappears!!!!!
Why would my content completely disappear when I wrap it in tags?
kinds regards,
Ries
More information about the TYPO3-project-templavoila
mailing list