Skip to content

Commit

Permalink
Builder: Minor tweak in RSS output
Browse files Browse the repository at this point in the history
Use a right-arrow character instead of "also".
  • Loading branch information
skyjake committed Jan 25, 2012
1 parent 108676a commit 54611ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/builder/changes.py
Expand Up @@ -226,7 +226,7 @@ def generate(self, format):
otherGroups.append(tag)

others = self.pretty_group_list(otherGroups)
if others: others = ' <i>(also %s)</i>' % others
if others: others = ' <i>[&rarr; %s]</i>' % others

print >> out, '<li><b>%s</b>%s' % (entry.subject, others)
print >> out, 'by <i>%s</i> on ' % entry.author
Expand Down

0 comments on commit 54611ab

Please sign in to comment.