2013-05-27 09:31:30 +02:00
|
|
|
---
|
|
|
|
pith/filter.c | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
Index: alpine-2.10/pith/filter.c
|
|
|
|
===================================================================
|
|
|
|
--- alpine-2.10.orig/pith/filter.c
|
|
|
|
+++ alpine-2.10/pith/filter.c
|
|
|
|
@@ -7710,6 +7710,7 @@ html_element_comment(FILTER_S *f, char *
|
|
|
|
}
|
|
|
|
}
|
2008-09-29 18:30:54 +02:00
|
|
|
}
|
|
|
|
+ return(1); /* Is this correct? */
|
|
|
|
}
|
|
|
|
|
2013-05-27 09:31:30 +02:00
|
|
|
|