From d673eb2f6a67727a4f5c999441af8b5076c1004c Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 16 Jun 2025 16:00:46 -0600 Subject: [PATCH] Fix unquoted values resulting in unclosed tag. --- pages/photos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/photos.sh b/pages/photos.sh index eb5746c..a46ca42 100755 --- a/pages/photos.sh +++ b/pages/photos.sh @@ -249,7 +249,7 @@ function build_all_page { count=0 fi if [[ $count == 0 ]]; then - echo -e "\t\t
" >> $allpage + echo -e "\t\t
" >> $allpage fi # Add a column.