src/utils_cgi.c: Fix minor problems with the HTML escape functions.
[collection4.git] / src / utils_cgi.h
index b9b8c09..3204b62 100644 (file)
@@ -18,4 +18,5 @@ char *html_escape (const char *string);
 char *html_escape_buffer (char *buffer, size_t buffer_size);
 char *html_escape_copy (char *dest, const char *src, size_t n);
 
+/* vim: set sw=2 sts=2 et fdm=marker : */
 #endif /* UTILS_CGI_H */