aboutsummaryrefslogtreecommitdiff
path: root/module/output/sxml-types.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-24 17:24:01 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-24 17:24:01 +0200
commit0d249a996d2c969feef525933de925af88e6c249 (patch)
tree639ccc2f65d33e9f1cf06cb0b619bce403cb054d /module/output/sxml-types.scm
parentFrontend feedback on event creation. (diff)
downloadcalp-0d249a996d2c969feef525933de925af88e6c249.tar.gz
calp-0d249a996d2c969feef525933de925af88e6c249.tar.xz
Change internal fields to stat with a dash.
Diffstat (limited to 'module/output/sxml-types.scm')
-rw-r--r--module/output/sxml-types.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/output/sxml-types.scm b/module/output/sxml-types.scm
index bbd70fe8..2d5b3742 100644
--- a/module/output/sxml-types.scm
+++ b/module/output/sxml-types.scm
@@ -14,7 +14,7 @@
(define (write-datetime p v)
`(date-time
,(datetime->string
- (hashq-ref p 'X-HNH-ORIGINAL v)
+ (hashq-ref p '-X-HNH-ORIGINAL v)
;; 'Z' should be included for UTC,
;; other timezones MUST be specified
;; in the TZID parameter.