aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralezakos <electrovesta@gmail.com>2016-07-13 23:18:04 +0300
committerGitHub <noreply@github.com>2016-07-13 23:18:04 +0300
commitdd39db4330b1dc762c3e0f68f43cfb7b65651aef (patch)
tree5c713316f61b3ce85050f38267d33609ac7d3cc0
parent4556be9d1fd6f7d0b3fd85152fef9cd0be7edf1c (diff)
downloadsupybot_github-dd39db4330b1dc762c3e0f68f43cfb7b65651aef.tar.gz
supybot_github-dd39db4330b1dc762c3e0f68f43cfb7b65651aef.tar.bz2
supybot_github-dd39db4330b1dc762c3e0f68f43cfb7b65651aef.zip
Add a space between the milestone name and the URL
-rw-r--r--local/theme/DefaultTheme.py2
1 files changed, 1 insertions, 1 deletions
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 ''

© 2014-2024 Faster IT GmbH | imprint | privacy policy