Fixed a little cosmetic glitch.

dev
Loic d'Anterroches 2008-11-21 20:41:32 +01:00
parent 9814a75f82
commit 6072c2f9cb
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ class IDF_IssueComment extends Pluf_Model
case 'lb':
$out .= __('Labels:'); break;
}
$out .= '</strong>';
$out .= '</strong>&nbsp;';
if ($w == 'lb') {
$out .= Pluf_esc(implode(', ', $v));
} else {