atom feed: use text for title - twitch-go - twitch.tv web application in Go
 (HTM) git clone git://git.codemadness.org/twitch-go
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 4732e63b10e18c4b2a3907d0d8c95e612a08196b
 (DIR) parent a3e1490b334e8f73f01aac63bddd205cc08007b0
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu,  2 May 2019 20:14:11 +0200
       
       atom feed: use text for title
       
       Diffstat:
         M data/templates/pages/vods.xml       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/data/templates/pages/vods.xml b/data/templates/pages/vods.xml
       @@ -1,7 +1,7 @@
        {{define "content"}}<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
        {{range .Videos}}
                <entry>
       -                <title type="html">{{.Title}}</title>
       +                <title type="text">{{.Title}}</title>
                        <link rel="alternate" type="text/html" href="{{.Url}}" />
                        <id>{{.Url}}</id>
                        <updated>{{.Created_at}}</updated>