aboutsummaryrefslogtreecommitdiff
path: root/config.scm
diff options
context:
space:
mode:
Diffstat (limited to 'config.scm')
-rw-r--r--config.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.scm b/config.scm
index 0a8112b6..c4ea29e8 100644
--- a/config.scm
+++ b/config.scm
@@ -55,7 +55,8 @@
(description-filter
(lambda (ev str)
- (cond [(member (attr (parent ev) 'NAME) '("d_sektionen" "lithekod"))
+ (cond [(member (attr (parent ev) 'NAME)
+ '("D-sektionens officiella kalender" "LiTHe kod"))
(parse-html (regexp-substitute/global
#f "<br>" str
'pre "<br/>" 'post))]