[FIX] News formatting

This commit is contained in:
Sebastian Grewe 2014-01-10 19:23:38 +01:00
parent 9fbc36f9ac
commit 67b2ce6bff

View File

@ -2,7 +2,7 @@
<article class="module width_full">
<header><h3>{$NEWS[news].header}, <font size=\"1px\">posted {$NEWS[news].time|date_format:"%b %e, %Y at %H:%M"}{if $HIDEAUTHOR|default:"0" == 0} by <b>{$NEWS[news].author}</b>{/if}</font></h3></header>
<div class="module_content">
{$NEWS[news].content}
{$NEWS[news].content nofilter}
<div class="clear"></div>
</div>
</article>