aboutsummaryrefslogtreecommitdiff
path: root/config.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-29 22:50:29 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-29 22:50:29 +0200
commit7459665f3d46613dbf15d4553c5eb90424b80a38 (patch)
treefadcafbbc9b0df3fd21f83fbe3c63a00b853ce78 /config.scm
parentRemove some TODO:s which was solved along the way. (diff)
downloadcalp-7459665f3d46613dbf15d4553c5eb90424b80a38.tar.gz
calp-7459665f3d46613dbf15d4553c5eb90424b80a38.tar.xz
Change some calendar names in example config.
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))]