summaryrefslogtreecommitdiff
path: root/sfeed_web.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-01-02 21:14:07 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-01-02 21:14:07 +0100
commit86993965de423bdd9f4cfb146929a1cdd9fbc0b2 (patch)
tree22657797ec44c475d3ae29e24a77764dfef390bb /sfeed_web.c
parent43f02f646c97ddbc4dc41fe9e119506cf95e0b28 (diff)
trim string
Diffstat (limited to 'sfeed_web.c')
-rw-r--r--sfeed_web.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_web.c b/sfeed_web.c
index e941825..77f22cb 100644
--- a/sfeed_web.c
+++ b/sfeed_web.c
@@ -34,7 +34,7 @@ xmltagstartparsed(XMLParser *p, const char *tag, size_t taglen, int isshort)
if(isfeedlink) {
if(*feedtype) {
- fputs(feedtype, stdout);
+ printfeednameid(feedtype, stdout);
putchar(' ');
}
printlink(feedlink, basehref, stdout);