Added all bugfixes from current state of RSParser. Except HTML entities are still decoded for title, abstract and body.
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
|
||||
/// @return currentString by removing HTML encoded entities.
|
||||
- (NSString *)decodeHTMLEntities:(NSString *)str {
|
||||
return [str rs_stringByDecodingHTMLEntities];
|
||||
return [str rsxml_stringByDecodingHTMLEntities];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user