Skip to content
Snippets Groups Projects
Commit 95f3481b authored by Toke Eskildsen's avatar Toke Eskildsen
Browse files

Bugfix: The HTML counter was not incremented

parent 854053e4
No related branches found
No related tags found
No related merge requests found
......@@ -699,7 +699,7 @@ function makePreviewPage() {
return
fi
TOTAL_PROCESSED=$((TOTAL_PROCESSED))
TOTAL_PROCESSED=$((TOTAL_PROCESSED+1))
echo " - ${P##*/} (${TOTAL_PROCESSED}/${TOTAL_IMAGES})"
local ALTO_FILE="${BASE}${ALTO_EXT}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment