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

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