[TYPO3-german] Fluid formatiert a-tags mit Leerzeichen
Robert Wildling
rowild at gmx.net
Tue Jul 30 10:10:17 CEST 2013
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
More information about the TYPO3-german
mailing list