1
0
Fork 0

Corrected day output on index page

master
Mike Gerwitz 2012-10-09 19:00:50 -04:00
parent 64c9dfc20a
commit 6916c2bfc8
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ while read hash commit ts id subject; do
echo "<h3 id="$dategroup">$dategroup</h3>"
}
printf '<ul><li>(%02d) <a href="%s">%s</a></li></ul>' \
printf '<ul><li>(%s) <a href="%s">%s</a></li></ul>' \
"$day" "$pagefile" "$fmtsubject"
prevdate="$dategroup"