[TYPO3-ttnews] missing closing tag in list view
Christian Welzel
gawain at camlann.de
Wed May 17 17:41:46 CEST 2006
Hi there !
I have a strange problem using tt_news 2.3.6 and the list view.
my template looks like that:
<!-- ###TEMPLATE_LIST### begin
This is the template for the list of news in the archive or news page or search
-->
<div class="news-list-container">
<!-- ###CONTENT### begin
This is the part of the template substituted with the list of news:
-->
<!-- ###NEWS### begin
Template for a single item
-->
<div class="ro"><div class="lo"><div class="ru"><div class="lu"><div class="inhalt">
<div class="news-list-item">
<span class="news-list-date">###NEWS_DATE###</span>
<h2><!--###LINK_ITEM###-->###NEWS_TITLE###<!--###LINK_ITEM###--></h2>
###NEWS_IMAGE###
###NEWS_SUBHEADER###
<p
class="news-list-morelink"><!--###LINK_ITEM###-->###MORE###<!--###LINK_ITEM###--></p>
</div>
</div></div></div></div></div>
<!-- ###NEWS### end-->
<!-- ###CONTENT### end -->
<div class="news-list-browse">###BROWSE_LINKS###</div>
</div>
<!-- ###TEMPLATE_LIST### end -->
but the output generated looks like this:
<div class="ro"><div class="lo"><div class="ru"><div class="lu"><div class="inhalt">
<div class="news-list-item">
<span class="news-list-date">Samstag 13. of Mai 2006</span>
<h2><a href="de/aktuelles/details/article/246/77.html" title="Mozart im Geschmack von Richard
Strauss Mozart im Geschmack von Richard Strauss | DNN, 13.5.06 DNN, 13.5.06"></h2>
<p class="bodytext">Mozart ...</p>
<p class="news-list-morelink"><a href="de/aktuelles/details/article/246/77.html"
title="Mozart im Geschmack von Richard Strauss [mehr] DNN, 13.5.06"></p>
</div>
</div></div></div></div></div>
as you can see, the links are not closed and not even the title is printed...
but a cannot find any hints in the TS setup which could be the cause of this behavour.
had someone have this problem already ?
--
Viele Grüße, Christian Welzel
schech.net | Visuelle Kommunikation
Schillerstraße 2-B · 01326 Dresden
Fon +49-351-8361445
Fax +49-351-8361446
http://www.schech.net
More information about the TYPO3-project-tt-news
mailing list