atom: content_summary fix incorrect closing tag - sfeed_tests - sfeed tests and RSS and Atom files
 (HTM) git clone git://git.codemadness.org/sfeed_tests
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1b1dbc808cbb984b18b6b207fd2306a623362057
 (DIR) parent 7e2108155a2530f6bc0e3697647d9950f5e6a94d
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Wed, 29 Mar 2023 20:42:06 +0200
       
       atom: content_summary fix incorrect closing tag
       
       Diffstat:
         M input/sfeed/atom/content_summary.x… |       6 +++++-
       
       1 file changed, 5 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/input/sfeed/atom/content_summary.xml b/input/sfeed/atom/content_summary.xml
       @@ -1,15 +1,19 @@
        <feed>
       +
        <entry>
        <summary>a</summary>
        </entry>
       +
        <entry>
        <summary type="html">HTML</summary>
        </entry>
       +
        <entry>
        <summary type="html">XHTML</summary>
        </entry>
       +
        <entry>
        <summary type="text">text</summary>
        </entry>
       -</entry>
       +
        </feed>