one last thing

This commit is contained in:
AngelJumbo
2024-05-31 11:09:20 -05:00
parent 7e65737868
commit 321c915bad
+1 -1
View File
@@ -100,7 +100,7 @@ do
subhtml="${section}_page${page}.html"
touch ./$subhtml
echo "<div id=\"$section\">" >> ./index.html
echo "<div id=\"$section\" style={display : \"none\"}>" >> ./index.html
echo "<div class=\"pager\">" >> ./index.html
countImgs=$(find "$subdir" -type f | wc -l)