[TYPO3-german] Fluid formatiert a-tags mit Leerzeichen
Robert Wildling
rowild at gmx.net
Tue Jul 30 10:30:35 CEST 2013
Danke, Chris, für deine Antwort!
Hab vergessen zu schreiben, dass dies sowohl bei raw wie auch html
passiert. Hab's sicherheitshalber nochmals probiert, aber leider...
Andere Ideen / Vermutungen /Verdächtigungen?
Übrigens: TYPO3 CMS 6.1.1 und 6.1.2
Danke!
> hi Robert
> ich glaube du must <f:format.raw> verwendent anstatt
>
> ich glaube <f:format.html> schickt den code noch mal durch lib.parsefunc_rte
>
> deswegen wird der html code nochmals verändert und die links kaputt gemacht.
>
> gruss chris
>
> Am 30. Juli 2013 10:10 schrieb Robert Wildling <rowild at gmx.net>:
>> Guten morgen!
>>
>> Ich habe heute festgestellt, dass der Quellcode eines Menue mit Leerzeichen
>> vor den schließenden Spitzklammern der a-Tags generiert wird. Dies ist das
>> Fluid-Template:
>>
>> <div class="menu"><f:format.html>{MENU_MAIN}</f:format.html></div>
>>
>> Und das das TS:
>>
>> lib.MENU_MAIN=HMENU
>> lib.MENU_MAIN{
>> extAll=0
>> wrap=<ul>|</ul>
>> 1=TMENU
>> 1{
>> NO=1
>> NO{
>> wrapItemAndSub=<li>|</li>
>> ATagTitle.field=title
>> }
>> ACT<.NO
>> ACT.wrapItemAndSub=<li>|</li>
>> }
>> }
>>
>> Und dieser Quellcode wird erzeugt (Chroime 28, Mac 10.7.5):
>> <ul>
>>
>> <li><a href="/index.php?id=16
>> <http://local.kofomi.dev/index.php?id=16>" title="KoFoMi 1-17" >KoFoMi
>> 1-17</a></li>
>>
>> <li><a href="/index.php?id=17
>> <http://local.kofomi.dev/index.php?id=17>" title="Symposien"
>>> Symposien</a></li>
>> <li><a href="/index.php?id=18
>> <http://local.kofomi.dev/index.php?id=18>" title="Wohin?" >Wohin?</a></li>
>>
>> <li><a href="/index.php?id=19
>> <http://local.kofomi.dev/index.php?id=19>" title="ein_klang-records"
>>> ein_klang-records</a></li>
>> <li><a href="/index.php?id=20
>> <http://local.kofomi.dev/index.php?id=20>" title="Teilnehmer"
>>> Teilnehmer</a></li>
>> <li><a href="/index.php?id=21
>> <http://local.kofomi.dev/index.php?id=21>" title="Radiosendungen"
>>> Radiosendungen</a></li>
>> <li><a href="/index.php?id=22
>> <http://local.kofomi.dev/index.php?id=22>" title="CD-Releases"
>>> CD-Releases</a></li>
>> <li><a href="/index.php?id=23
>> <http://local.kofomi.dev/index.php?id=23>" title="Schulprojekte &
>> Jugendkultur" >Schulprojekte & Jugendkultur</a></li>
>>
>> <li><a href="/index.php?id=24
>> <http://local.kofomi.dev/index.php?id=24>" title="Sponsoren"
>>> Sponsoren</a></li>
>> <li><a href="/index.php?id=25
>> <http://local.kofomi.dev/index.php?id=25>" title="Presse" >Presse</a></li>
>>
>> <li><a href="/index.php?id=26
>> <http://local.kofomi.dev/index.php?id=26>" title="Co-Veranstalter"
>>> Co-Veranstalter</a></li>
>> <li><a href="/index.php?id=27
>> <http://local.kofomi.dev/index.php?id=27>" title="Der Schachernhof" >Der
>> Schachernhof</a></li>
>>
>> <li><a href="/index.php?id=28
>> <http://local.kofomi.dev/index.php?id=28>" title="Feedbacks"
>>> Feedbacks</a></li>
>> </ul>
>>
>>
>> Das Problem tritt dabei mit und ohne Source Optimizer auf.
>>
>> Warum passiert das - weiß das jemand? Und wie kann man das umgehen?
>>
>> Danke!
>> Beste Grüße, Robert
>>
>> _______________________________________________
>> TYPO3-german mailing list
>> TYPO3-german at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
>
>
More information about the TYPO3-german
mailing list