diff options
-rw-r--r-- | pages.c | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -846,14 +846,11 @@ writerss(FILE *out, int post) fclose(in); return 0; } - else if (pos == 3) + else if (pos >= 3) { strncpy(description, line, 100); - } - /* try to find images */ - else if (pos > 3) - { + /* try to find images */ char *img; if ((img = strstr(line, "<img"))) { |