Close the previous row before creating a new one! :)

This commit is contained in:
2025-06-16 16:03:01 -06:00
parent d673eb2f6a
commit ee367f9b3f

View File

@ -249,6 +249,7 @@ function build_all_page {
count=0
fi
if [[ $count == 0 ]]; then
echo -e "\t\t</div>" >> $allpage
echo -e "\t\t<div class='row text'>" >> $allpage
fi