diff options
Diffstat (limited to 'rss/rss_09x_parser.cpp')
-rw-r--r-- | rss/rss_09x_parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rss/rss_09x_parser.cpp b/rss/rss_09x_parser.cpp index 1a18630d..69d7f64d 100644 --- a/rss/rss_09x_parser.cpp +++ b/rss/rss_09x_parser.cpp @@ -73,6 +73,7 @@ item rss_09x_parser::parse_item(xmlNode * itemNode) { it.author = authorfield.substr(start+1, end-start); } else { it.author_email = authorfield; + it.author = authorfield; } } else if (node_is(node, "creator", DC_URI)) { author = get_content(node); |