From 294cc379872379aa5263a67a57ce9d800ff2e40d Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 13 Apr 2021 13:31:16 -0400 Subject: epub, minor adjustments --- src/doc_reform/io_out/epub3.d | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/doc_reform/io_out/epub3.d') diff --git a/src/doc_reform/io_out/epub3.d b/src/doc_reform/io_out/epub3.d index 21c7e4d..1a8d924 100644 --- a/src/doc_reform/io_out/epub3.d +++ b/src/doc_reform/io_out/epub3.d @@ -70,7 +70,7 @@ template outputEPub3() { } @safe string epub3_container_xml() { string o; - o = format(q"┃┃") ~ "\n"; + o = format(q"┃┃") ~ "\n"; o ~= format(q"┃ @@ -83,8 +83,8 @@ template outputEPub3() { auto xhtml_format = outputXHTMLs(); auto pth_epub3 = spinePathsEPUB!()(doc_matters.output_path, doc_matters.src.language); string _uuid = "18275d951861c77f78acd05672c9906924c59f18a2e0ba06dad95959693e9bd8"; // TODO sort uuid in doc_matters! - string content = format(q"┃ - + string content = format(q"┃ + + string toc = format(q"┃ %s%s - + -- cgit v1.2.3