[TYPO3] link generation and xhtml strict

Andrea Giorgini a.giorgini at norvlit.de
Thu Feb 1 10:20:41 CET 2007


Hi guys,

in my ts I have:

tip_a_friend_link.typolink {
	parameter = 51 # link to your tip-a-friend page
	additionalParams.cObject = COA
	additionalParams.cObject{
		1 = TEXT
		1.value = &tipUrl=
		2 = TEXT
		2.data = getIndpEnv: TYPO3_REQUEST_URL
		2.rawUrlEncode = 1
	}
}

and I set also config.xhtml_cleaner = output

The problem is the link generated that has:

target="#" class="link"

and the validation tool fails because of the target.

Any suggestion how to avoid the generation of the target attribute?

Thx a lot

Andrea


More information about the TYPO3-english mailing list