about summary refs log tree commit diff stats
path: root/lib/html.scm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/html.scm')
-rw-r--r--lib/html.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/html.scm b/lib/html.scm index 6c16dd0..6780aea 100644 --- a/lib/html.scm +++ b/lib/html.scm
@@ -48,7 +48,9 @@
48 (stanza . "<h3>~a</h3>~%")))) 48 (stanza . "<h3>~a</h3>~%"))))
49 49
50(set-filters! 50(set-filters!
51 `((verb (stanza . ,(o ensure-newline (cut string-join <> "\n")))) 51 `((verb (stanza . ,(o ensure-newline
52 escape-entities
53 (cut string-join <> "\n"))))
52 (link (line . ,(lambda (ln) 54 (link (line . ,(lambda (ln)
53 (cons (car ln) 55 (cons (car ln)
54 ((o list 56 ((o list