summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates.go b/templates.go
index 2c3e79c..2769926 100644
--- a/templates.go
+++ b/templates.go
@@ -3,8 +3,7 @@ package main
import (
"log"
"net/http"
- "text/template" // FIXME switch to html/template for security reasons
- // and make a workaround for rendered Markdown insertion
+ "text/template"
)
func setupTemplates() *template.Template {