Add missing colon

This commit is contained in:
Perry Roper 2012-09-26 19:59:47 +01:00
commit 6afc9f7902

View file

@ -185,7 +185,7 @@ def build_header(title, date, author, categories, tags):
if date:
header += ':date: %s\n' % date
if author:
header += ':author %s\n' % author
header += ':author: %s\n' % author
if categories:
header += ':category: %s\n' % ', '.join(categories)
if tags: