From: Robert Muehsig Date: Wed, 23 Jan 2019 21:29:54 +0000 (+0100) Subject: Xml Escape for Author Name X-Git-Tag: 0.7.3~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d1cb38fabca0b476d674db044ee050b978f683;p=thirdparty%2Fbulma.git Xml Escape for Author Name The following xml contains a unescaped "&", which is not valid: Bulma: Free, open source, & modern CSS framework based on Flexbox bbxdesign@gmail.com This change should fix it. --- diff --git a/docs/atom.xml b/docs/atom.xml index 487feb380..46f4b96ad 100644 --- a/docs/atom.xml +++ b/docs/atom.xml @@ -9,7 +9,7 @@ {{ site.url }} {{ site.time | date_to_xmlschema }} - {{ site.data.meta.title }} + {{ site.data.meta.title | xml_escape }} bbxdesign@gmail.com