summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-14 19:50:14 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-14 19:50:14 -0400
commitcb4afc0165c470e862c8676901100531ce584ab2 (patch)
tree38ee3b4ed2cfc3645f076d2a54879bc231626c8f
parentbdcb335848a0f73f9b8ba9bca545ad17fdbaef24 (diff)
bin/news: PH: Fix indentation.
-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 -->',
}