From dd39db4330b1dc762c3e0f68f43cfb7b65651aef Mon Sep 17 00:00:00 2001 From: alezakos Date: Wed, 13 Jul 2016 23:18:04 +0300 Subject: Add a space between the milestone name and the URL --- local/theme/DefaultTheme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'local') diff --git a/local/theme/DefaultTheme.py b/local/theme/DefaultTheme.py index 36166dd..55d0863 100644 --- a/local/theme/DefaultTheme.py +++ b/local/theme/DefaultTheme.py @@ -97,7 +97,7 @@ class DefaultTheme(Theme): " by %s" % ircutils.mircColor(creator,"green") if creator != actor else '', extra, self.enclose("%s%s" % ( - ircutils.mircColor(milestone, "brown") + '- ' if milestone else '', + ircutils.mircColor(milestone, "brown") + ' - ' if milestone else '', url )), ": %s" % maxLen(comment, 70) if comment else '' -- cgit v1.2.3