From 01d314670d7285ed3a9204ec2e5e5d7f3efa03b4 Mon Sep 17 00:00:00 2001 From: lucidiot Date: Sat, 14 Oct 2023 04:45:11 +0000 Subject: [PATCH] Fix missing XML namespace in RSS feeds Welp, same thing as dozens/cleric-plus-thief#1 --- bin/rss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rss.sh b/bin/rss.sh index ca04c43..fe72d1d 100755 --- a/bin/rss.sh +++ b/bin/rss.sh @@ -1,5 +1,5 @@ #!/bin/sh -echo "It's Pro Toad and Superb Owl" > feed.xml +echo 'It'"'"'s Pro Toad and Superb Owl' > feed.xml echo "https://git.tilde.town/dozens/protoadandsuperbowlIt's Pro Toad and Superb Owl!/bin/sh" >> feed.xml