From 6916c2bfc8916579ee6ed1f3d50f315ea379be8a Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 9 Oct 2012 19:00:50 -0400 Subject: [PATCH] Corrected day output on index page --- processor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor b/processor index 77a3ec2..cdd1032 100755 --- a/processor +++ b/processor @@ -66,7 +66,7 @@ while read hash commit ts id subject; do echo "

$dategroup

" } - printf '' \ + printf '' \ "$day" "$pagefile" "$fmtsubject" prevdate="$dategroup"