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':
|
case 'lb':
|
||||||
$out .= __('Labels:'); break;
|
$out .= __('Labels:'); break;
|
||||||
}
|
}
|
||||||
$out .= '</strong>';
|
$out .= '</strong> ';
|
||||||
if ($w == 'lb') {
|
if ($w == 'lb') {
|
||||||
$out .= Pluf_esc(implode(', ', $v));
|
$out .= Pluf_esc(implode(', ', $v));
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user