[TYPO3-english] strange behaviour of lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.removeTags

Marco Weber marco.weber at uni-trier.de
Mon Oct 11 00:02:15 CEST 2010


  Hi,

I'm using typo3 4.4.4.

The html in the database looks like:

[...]<table  class="sortedTable"><thead><tr><th  scope="col">Angebot</th></tr></thead><tbody><tr><td  rowspan="1">lalala</td></tr></tbody></table>  [...]

I've the following config line in my template:
lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.removeTags  =  p


This leads to the following HTML frontend output:

[...]<table  class="sortedTable"><thead><tr><th  scope="col">Angebot</p></th></tr></thead><tbody><tr><td  rowspan="1">lalala</p></td></tr></tbody></table>  [...]

It seems like typo3 removes just the<p>  tags and doesn't remove the</p>  tags.

Is there another line like removeEndingTags that i have to add to my template?
Or did i forget something else?

Thanks in advance for any reply...


See you
	Marco






More information about the TYPO3-english mailing list