Skip to content

Commit

Permalink
Builder: Tidier commit date output
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 5, 2012
1 parent f78362c commit d3a780a
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):

print >> out, '<li><b>%s</b>%s' % (entry.subject, others)
print >> out, 'by <i>%s</i> on ' % entry.author
print >> out, '<a href="%s">%s</a>' % (entry.link, entry.date)
print >> out, '<a href="%s">%s</a>' % (entry.link, entry.date[:10])
print >> out, '<blockquote style="color:#666;">%s</blockquote>' % entry.message

print >> out, '</ul>'
Expand Down

0 comments on commit d3a780a

Please sign in to comment.