[TYPO3-RTE] RTE - XHTML link without target but rel

Daniel Huf dhuf at cross-systems.com
Wed Apr 8 09:48:01 CEST 2009


I found a trick, but I don't think this is the best way to get rid of 
the target...

SETUP

# REMOVE target attribut
page.stdWrap.HTMLparser = 1
page.stdWrap.HTMLparser {
	keepNonMatchedTags = 1
	tags.a.fixAttrib.target.unset = 1
}


More information about the TYPO3-project-rte mailing list