From 2828dbcf69fdf5e07ef24cab079ba8e49f7a4791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 1 Oct 2019 16:05:20 +0200 Subject: Add --width flag to format. --- module/output/html.scm | 2 -- 1 file changed, 2 deletions(-) (limited to 'module/output') diff --git a/module/output/html.scm b/module/output/html.scm index 3df48159..e03be8d4 100644 --- a/module/output/html.scm +++ b/module/output/html.scm @@ -269,5 +269,3 @@ (define end (parse-freeform-date (option-ref opts 'to "2019-05-10"))) (html-generate calendars events start end)) - - -- cgit v1.2.3