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