summary refs log tree commit diff
path: root/hittpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'hittpd.c')
-rw-r--r--hittpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hittpd.c b/hittpd.c
index daf2c1f..7b97042 100644
--- a/hittpd.c
+++ b/hittpd.c
@@ -344,6 +344,7 @@ print_urlencoded(FILE *stream, char *s)
 		case '=':
 		case '&':
 		case '"':
+		case '#':
 		case '<':
 		case '>':
 		case '%':