~nytpu/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] Update indentation of closing entry tag

Details
Message ID
<20220212213822.28417-1-figbert@figbert.com>
DKIM signature
missing
Download raw message
Patch: +1 -1
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
Details
Message ID
<20220213152525.cdxobopv4tw5hhhc@GLaDOS.local>
In-Reply-To
<20220212213822.28417-1-figbert@figbert.com> (view parent)
DKIM signature
missing
Download raw message
Thanks!

~nytpu

-- 
Alex // nytpu
alex@nytpu.com
gpg --locate-external-key alex@nytpu.com
Reply to thread Export thread (mbox)