Fixed a little cosmetic glitch.
This commit is contained in:
parent
9814a75f82
commit
6072c2f9cb
@ -148,7 +148,7 @@ class IDF_IssueComment extends Pluf_Model
|
||||
case 'lb':
|
||||
$out .= __('Labels:'); break;
|
||||
}
|
||||
$out .= '</strong>';
|
||||
$out .= '</strong> ';
|
||||
if ($w == 'lb') {
|
||||
$out .= Pluf_esc(implode(', ', $v));
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user