The previous four spaces put it level with the prior closing tag.
---
gemlog.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gemlog.sh b/gemlog.sh
index 1c83b0e..4d6563f 100755
--- a/gemlog.sh
+++ b/gemlog.sh
@@ -86,7 +86,7 @@ EOF
printf " <link rel='alternate' href='$global_url${i#'./'}'/>\n <updated>"
echo "$i" | perl -ne '/^(\d{4}-\d{2}-\d{2}).*/; print "$1T12:00:00"' | tr -d '\n' | sed "s/\$/$tz/"
# change or remove the <summary></summary> block if you want a different description or no description at all
- printf "</updated>\n </entry>\n"
+ printf "</updated>\n </entry>\n"
n=$(expr "$n" '+' 1)
done
--
2.35.1