Code

src/utils_cgi.c: Fix minor problems with the HTML escape functions.
[collection4.git] / src / utils_cgi.h
index b9b8c09c0109f4e585246a61f774c52295667298..3204b622511d10d6d4f42fcc389947fd3bb7e04d 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 */