[Typo3] TV + typolink: <a is rendered as &lt;a

Andreas Jonderko anj2j at yahoo.de
Mon Dec 12 14:54:47 CET 2005


Hi!

Have a problem with the rendering:

I see on the page output this:

<a href="index.php?id=11&amp;tx_newloginbox_pi3[showUid]=15">Name</a>

when I look at the source:
&lt;a 
href=&quot;index.php?id=11&amp;amp;tx_newloginbox_pi3[showUid]=15&quot;&gt;Name&lt;/a&gt;


is it a fault of TV or typolink or the UTF format ?

cheers!



Here my code:

<TypoScript><![CDATA[
	temp.name = CONTENT
	temp.name{
	
	  table = fe_users
	  select {
	         #ID of USER STORAGE FOLDER
	    pidInList = 1
	    orderBy = name
	    andWhere.current = 1
	    andWhere.wrap = uid=|
	  }
	  renderObj=COA
   	  renderObj{
   	    10=TEXT
   	    10.field=name
	  }
	  stdWrap.typolink.parameter = 11
	  stdWrap.typolink.additionalParams.current = 1
	  stdWrap.typolink.additionalParams.wrap = &tx_newloginbox_pi3[showUid]=|
    	}

	10 < temp.name
					]]></TypoScript>




More information about the TYPO3-english mailing list