[TYPO3-core] RFC: #6555 typoscript template.relPathPrefix causes decoding of html-entities in affected attributes

Steffen Kamper info at sk-typo3.de
Sat May 8 23:08:20 CEST 2010


Hi,

+1 by reading and testing.

testcase:
page = PAGE
page {
     10 = TEMPLATE
     10.template = TEXT
     10.template.value (
<html>
     <head>
     </head>
     <body>
         <a href="/index.php?id=foo&amp;L=1">bar</a>
     </body>
</html>
     )
     10.relPathPrefix = anypath/
}

vg Steffen


More information about the TYPO3-team-core mailing list