diff options
-rw-r--r-- | lib/html.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/html.scm b/lib/html.scm index 9ed5957..6c16dd0 100644 --- a/lib/html.scm +++ b/lib/html.scm | |||
@@ -25,7 +25,8 @@ | |||
25 | 25 | ||
26 | ((o (char->tag "*" "b") | 26 | ((o (char->tag "*" "b") |
27 | (char->tag "_" "i") | 27 | (char->tag "_" "i") |
28 | (char->tag "`" "code")) s)) | 28 | (char->tag "`" "code")) |
29 | s)) | ||
29 | 30 | ||
30 | (set-formats! | 31 | (set-formats! |
31 | '((para (line . "~a~%") | 32 | '((para (line . "~a~%") |