Skip to content

Commit

Permalink
Updated IFDB namespace in iFiction parser
Browse files Browse the repository at this point in the history
  • Loading branch information
dcsch committed Mar 4, 2021
1 parent 5a9e6a7 commit f24cb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Yazmin/IFStory.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ - (instancetype)initWithXMLElement:(NSXMLElement *)element {
[[IFAnnotation alloc] initWithXMLElement:elements.firstObject];

elements = [element elementsForLocalName:@"ifdb"
URI:@"http://ifdb.tads.org/api/xmlns"];
URI:@"http://ifdb.org/api/xmlns"];
if (elements.count > 0)
_ifdb = [[IFDB alloc] initWithXMLElement:elements.firstObject];
}
Expand Down

0 comments on commit f24cb26

Please sign in to comment.