mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 08:46:49 +00:00
Fix feed
This commit is contained in:
14072
static/feed.xml
14072
static/feed.xml
File diff suppressed because it is too large
Load Diff
@@ -31,8 +31,7 @@ const xml2jsonOpts = {
|
|||||||
|
|
||||||
const json2xmlOpts = {
|
const json2xmlOpts = {
|
||||||
...commonOpts,
|
...commonOpts,
|
||||||
indentBy: ' ',
|
indentBy: ' '
|
||||||
processEntities: false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const parser = new XMLParser(xml2jsonOpts, true)
|
const parser = new XMLParser(xml2jsonOpts, true)
|
||||||
|
|||||||
Reference in New Issue
Block a user