aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/skribilo.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/skribilo.scm b/doc/skribilo.scm
index 45f35a8..e65afe7 100644
--- a/doc/skribilo.scm
+++ b/doc/skribilo.scm
@@ -345,10 +345,10 @@ are a list of <record-field> objects."
(engine-custom-set! html-engine 'css "/style.css")
(engine-custom-set! html-engine 'charset "UTF-8")
(markup-writer 'abbr html-engine
- #:options '(#:short #:long)
- #:action (lambda (markup engine)
- (display (format "<abbr title=\"~a\">~a</abbr> (~a)"
- (markup-option markup #:long)
- (markup-option markup #:short)
- (markup-option markup #:long))
- (current-output-port)))))
+ #:options '(#:short #:long)
+ #:action (lambda (markup engine)
+ (display (format "<abbr title=\"~a\">~a</abbr> (~a)"
+ (markup-option markup #:long)
+ (markup-option markup #:short)
+ (markup-option markup #:long))
+ (current-output-port)))))