Missing </b>

This commit is contained in:
Sebastian Grewe 2013-06-25 14:11:25 +02:00
parent 62e7563c6d
commit 61a2a30916

View File

@ -1,5 +1,5 @@
{section name=news loop=$NEWS}
{include file="global/block_header.tpl" BLOCK_HEADER="{$NEWS[news].header}, <font size=\"1px\">posted {$NEWS[news].time|date_format:"%b %e, %Y at %H:%M"} by <b>{$NEWS[news].author}</b</font>"}
{include file="global/block_header.tpl" BLOCK_HEADER="{$NEWS[news].header}, <font size=\"1px\">posted {$NEWS[news].time|date_format:"%b %e, %Y at %H:%M"} by <b>{$NEWS[news].author}</b></font>"}
{$NEWS[news].content}
{include file="global/block_footer.tpl"}
{/section}