From 0d249a996d2c969feef525933de925af88e6c249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 24 Jul 2020 17:24:01 +0200 Subject: Change internal fields to stat with a dash. --- module/output/sxml-types.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/output/sxml-types.scm') 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. -- cgit v1.2.3