summaryrefslogtreecommitdiff
path: root/haunt/build/html.scm
diff options
context:
space:
mode:
Diffstat (limited to 'haunt/build/html.scm')
-rw-r--r--haunt/build/html.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/build/html.scm b/haunt/build/html.scm
index aa7dd36..e8bb49b 100644
--- a/haunt/build/html.scm
+++ b/haunt/build/html.scm
@@ -113,7 +113,7 @@ list ATTRS and the child nodes in BODY."
(() *unspecified*)
(('doctype type)
(doctype->html type port))
- ;; Unescaped, raw HTML output
+ ;; Unescaped, raw HTML output.
(('raw html)
(display html port))
(((? symbol? tag) ('@ attrs ...) body ...)