(clean install)
code in:
conf.template_default.inc.php
$template_default["news"]["link_after"] = '</p>';
RESULTS in HTML as:
Code: Select all
<div class="news">
<p><a href="index.php?id=8,23,0,0,1,0"><span class="datelink">15.10.2006 - </span>News 3</a>
<p><a href="index.php?id=8,22,0,0,1,0"><span class="datelink">15.10.2006 - </span>News 2</a>
<p><a href="index.php?id=32,27,0,0,1,0"><span class="datelink">17.10.2006 - </span>News 1</a></div>
After </a> should follow </p>
Greetz