Remove printf from xml decls
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
{{ $title := delimit $titles " · " }}
|
||||
|
||||
{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\"?>" | safeHTML }}
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<rss version="2.0" {{ with $language }} xml:lang="{{ . }}" {{ end }} xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
|
Reference in New Issue
Block a user