aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/output/html.scm')
-rw-r--r--module/output/html.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 70c3b8a9..2600079c 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -366,8 +366,8 @@
,(when (and=> (attr ev 'LOCATION) (negate string-null?))
`(div (b "Plats: ") (div (@ (class "location")),(string-map (lambda (c) (if (char=? c #\,) #\newline c)) (attr ev 'LOCATION)))))
,(and=> (attr ev 'DESCRIPTION) (lambda (str) (catch #t (lambda () ((get-config 'description-filter) ev str))
- (lambda (err args)
- (warning "Description filter failed with ~a, ~a" err args)
+ (lambda (err . args)
+ (warning "~a on formatting description, ~s" err args)
str))))
,(awhen (attr ev 'RRULE)
`(span (@ (class "rrule"))