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 {