summary refs log tree commit diff stats
path: root/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'types.go')
-rw-r--r--types.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/types.go b/types.go
index fa9b8aa..7cfa7d6 100644
--- a/types.go
+++ b/types.go
@@ -2,7 +2,8 @@ package main
 
 import "regexp"
 
-const textutf8 = "text/plain; charset=utf8"
+const txtutf8 = "text/plain; charset=utf8"
+const htmlutf8 = "text/html; charset=utf8"
 
 type configuration struct {
 	port         string