Corrected day output on index page
parent
64c9dfc20a
commit
6916c2bfc8
|
@ -66,7 +66,7 @@ while read hash commit ts id subject; do
|
||||||
echo "<h3 id="$dategroup">$dategroup</h3>"
|
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"
|
"$day" "$pagefile" "$fmtsubject"
|
||||||
|
|
||||||
prevdate="$dategroup"
|
prevdate="$dategroup"
|
||||||
|
|
Loading…
Reference in New Issue