From 54611ab177c96312472983ab4587b4890aa177a7 Mon Sep 17 00:00:00 2001 From: skyjake Date: Wed, 25 Jan 2012 14:19:04 +0200 Subject: [PATCH] Builder: Minor tweak in RSS output Use a right-arrow character instead of "also". --- distrib/builder/changes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrib/builder/changes.py b/distrib/builder/changes.py index e6be3833a3..9d72593c5e 100644 --- a/distrib/builder/changes.py +++ b/distrib/builder/changes.py @@ -226,7 +226,7 @@ def generate(self, format): otherGroups.append(tag) others = self.pretty_group_list(otherGroups) - if others: others = ' (also %s)' % others + if others: others = ' [→ %s]' % others print >> out, '
  • %s%s' % (entry.subject, others) print >> out, 'by %s on ' % entry.author