summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/news2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/news b/bin/news
index fefc8d6..9630649 100644
--- a/bin/news
+++ b/bin/news
@@ -13,7 +13,7 @@ import sys
# placeholders
PH = {
'title': '<!-- NEWS-ITEM-TITLE -->',
- 'date': '<!-- DATE -->',
+ 'date': '<!-- DATE -->',
'content': '<!-- MAIN-CONTENT -->',
}