diff --git a/templates/question.html b/templates/question.html
index 32f60a9..f0bf96c 100644
--- a/templates/question.html
+++ b/templates/question.html
@@ -21,91 +21,89 @@
-
-
-
-
-
{{ .question.Body }}
-
- {{ if .question.Comments }} {{ template "comments.html"
- .question }} {{end}}
-
-
-
- {{ range $answer := .answers }}
-
-
- {{ $answer.Body }}
-
- {{ if $answer.Comments }} {{ template "comments.html" $answer }}
- {{end}}
-
- {{ end }}
+
+
+
+
{{ .question.Body }}
+
+ {{ if .question.Comments }} {{ template "comments.html"
+ .question }} {{end}}
+
+
+
+ {{ range $answer := .answers }}
+
+
+ {{ $answer.Body }}
+
+ {{ if $answer.Comments }} {{ template "comments.html" $answer }}
+ {{end}}
+
+ {{ end }}