# HG changeset patch # User Anton Shestakov # Date 2016-06-29 12:58:09 # Node ID 6ab3465d99919e99c433adeb2892bc41989fbdbb # Parent 849b8e84487e0faa4b2cc4ff4d0a9e7122505211 hgweb: remove unnecessary CDATA markup in atom/branchentry.tmpl Since content is of type "text" (and is already escaped), using a CDATA section is not required. Looks like this was just an artifact of copying things from rss style in add2f9ddcfb5, because other entries in atom style don't use CDATA in such places. diff --git a/mercurial/templates/atom/branchentry.tmpl b/mercurial/templates/atom/branchentry.tmpl --- a/mercurial/templates/atom/branchentry.tmpl +++ b/mercurial/templates/atom/branchentry.tmpl @@ -4,5 +4,5 @@ {urlbase}{url|urlescape}#branch-{node} {date|rfc3339date} {date|rfc3339date} - + {branch|strip|escape}