summaryrefslogtreecommitdiff
path: root/sfeed.c
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed.c')
-rw-r--r--sfeed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed.c b/sfeed.c
index e5faa05..66b5c28 100644
--- a/sfeed.c
+++ b/sfeed.c
@@ -609,7 +609,7 @@ xmlattr(XMLParser *p, const char *t, size_t tl, const char *n, size_t nl,
return;
}
- if (ctx.feedtype == FeedTypeNone)
+ if (!ctx.tagid)
return;
/* content-type may be: Atom: text, xhtml, html or mime-type.