From ee367f9b3f187a680b857473ef2f5aa1fc416fb2 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 16 Jun 2025 16:03:01 -0600 Subject: [PATCH] Close the previous row before creating a new one! :) --- pages/photos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/photos.sh b/pages/photos.sh index a46ca42..dcc8e5a 100755 --- a/pages/photos.sh +++ b/pages/photos.sh @@ -249,6 +249,7 @@ function build_all_page { count=0 fi if [[ $count == 0 ]]; then + echo -e "\t\t" >> $allpage echo -e "\t\t
" >> $allpage fi