Fix whitespace issues in the timeline.

This commit is contained in:
Thomas Keller 2011-05-30 14:48:36 +02:00
parent 0aa5999bb3
commit f412099f69
2 changed files with 3 additions and 2 deletions

View File

@ -164,7 +164,8 @@ class IDF_IssueComment extends Pluf_Model
foreach ($ls as $l) {
if ($t == 'rem') $out .= '<s>';
$out .= Pluf_esc($l);
if ($t == 'rem') $out .= '</s> ';
if ($t == 'rem') $out .= '</s>';
$out .= ' ';
}
}
} else {

View File

@ -44,7 +44,7 @@
{if $w == 'lb' or $w == 'rel'}
{foreach $v as $t => $ls}
{foreach $ls as $l}
{if $t == 'rem'}<s>{/if}{$l}{if $t == 'rem'}</s> {/if}
{if $t == 'rem'}<s>{/if}{$l}{if $t == 'rem'}</s>{/if}
{/foreach}
{/foreach}
{else}