URI: 
       Fix the CDATA injustice. - tgtimes - The Gopher Times
  HTML git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/tgtimes
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
       ---
   DIR commit 12f940762b6195b91c365c2f312c7fb7551fb133
   DIR parent 54a44e815e4b30a8652bd3069f2f6062f60a11da
  HTML Author: Christoph Lohmann <20h@r-36.net>
       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(-)
       ---
   DIR 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"