diff options
Diffstat (limited to 'src/guile')
-rw-r--r-- | src/guile/skribilo/engine/html.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guile/skribilo/engine/html.scm b/src/guile/skribilo/engine/html.scm index f035133..f685703 100644 --- a/src/guile/skribilo/engine/html.scm +++ b/src/guile/skribilo/engine/html.scm @@ -1204,7 +1204,7 @@ (ident (string-append id "-meta")) (class (markup-class n)) (parent n) - (body (markup-option n :keywords)))) + (body (markup-option (ast-document n) :keywords)))) (head (new markup (markup '&html-head) (ident (string-append id "-head")) |