Add externalID to Folder and persist it to OPML file. Issue #1060

This commit is contained in:
Maurice Parker
2019-09-25 17:01:09 -05:00
parent 08a8b8f6c2
commit c4ee1edb69
8 changed files with 25 additions and 14 deletions

View File

@@ -146,7 +146,7 @@ class ScriptableFeed: NSObject, UniqueIdScriptingObject, ScriptingObjectContaine
@objc(opmlRepresentation)
var opmlRepresentation:String {
return self.feed.OPMLString(indentLevel:0)
return self.feed.OPMLString(indentLevel:0, strictConformance: true)
}
// MARK: --- scriptable elements ---