Fix the CDATA injustice. - tgtimes - The Gopher Times | |
git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 12f940762b6195b91c365c2f312c7fb7551fb133 | |
parent 54a44e815e4b30a8652bd3069f2f6062f60a11da | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sat, 29 Jan 2022 21:17:57 +0100 | |
Fix the CDATA injustice. | |
Diffstat: | |
M archive/mk-atom.sh | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/archive/mk-atom.sh b/archive/mk-atom.sh | |
@@ -20,7 +20,7 @@ do | |
cd ${release} | |
txtedition=$(find . -type f -name "*.txt" | cut -d'/' -f 2-) | |
pdfedition=$(find . -type f -name "*.pdf" | cut -d'/' -f 2-) | |
- printf "\t\t<content type=\"text\"><[!CDATA[" | |
+ printf "\t\t<content type=\"text\"><![CDATA[" | |
cat $txtedition | |
printf "]]></content>\n" | |