From 6072c2f9cb426b268ab71e2fcbedfd68b2217ade Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Fri, 21 Nov 2008 20:41:32 +0100 Subject: [PATCH] Fixed a little cosmetic glitch. --- src/IDF/IssueComment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/IssueComment.php b/src/IDF/IssueComment.php index 6cbe993..97eca27 100644 --- a/src/IDF/IssueComment.php +++ b/src/IDF/IssueComment.php @@ -148,7 +148,7 @@ class IDF_IssueComment extends Pluf_Model case 'lb': $out .= __('Labels:'); break; } - $out .= ''; + $out .= ' '; if ($w == 'lb') { $out .= Pluf_esc(implode(', ', $v)); } else {