diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-07-26 22:29:57 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-07-26 22:29:57 -0400 |
commit | 75430def43e2e56a6ea92a055144066853e349a4 (patch) | |
tree | f4506320609cfc4c1e512d94a21f82e2ee35b4da | |
parent | d919b527fcd4d5929032b23f50e5e8f70befdd28 (diff) |
html: Add punctuation to comment.
-rw-r--r-- | haunt/build/html.scm | 2 |
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 ...) |