[TYPO3-ttnews] Links in tt_news-Single-View

Michael Gnessner typo3 at epoche-napoleon.net
Thu Aug 7 22:25:26 CEST 2008


Hi,

the standard-TS for the links in a tt_news-Singleview looks like:

    links_stdWrap.wrap = <dl class="news-single-links">|</dl>
    linksHeader_stdWrap.wrap = <dt>|</dt>
    linksItem_stdWrap.wrap = <dd>|</dd>

So the output normaly became a construct like this:

<dl class="news-single-links">
	<dt>HEADER</dt>
		<dd>Link1</dd>
		<dd>Link2</dd>
	</dt>
</dl>

But by my output there isn´t no </dl>-Tag before closing Div-Container of
the additional News-Informations...

Anywhere has an idea?

Best wishes
-- 
Email: michael at epoche-napoleon.net
WEB:   http://www.epoche-napoleon.net


More information about the TYPO3-project-tt-news mailing list