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/paths_output.d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/doc_reform/io_out/paths_output.d') diff --git a/src/doc_reform/io_out/paths_output.d b/src/doc_reform/io_out/paths_output.d index bde9fc4..62bf6c0 100644 --- a/src/doc_reform/io_out/paths_output.d +++ b/src/doc_reform/io_out/paths_output.d @@ -399,7 +399,7 @@ template spinePathsEPUB() { return (("OEBPS").asNormalizedPath).array; } string doc_oebps_css() { - return ((doc_oebps.chainPath("css")).asNormalizedPath).array; + return ((doc_oebps.chainPath("Styles")).asNormalizedPath).array; } string doc_oebps_image() { return ((doc_oebps.chainPath("image")).asNormalizedPath).array; @@ -411,7 +411,7 @@ template spinePathsEPUB() { return "".chainPath("").array; } string fn_mimetypes() { - return ((dirtop.chainPath("mimetypes")).asNormalizedPath).array; + return ((dirtop.chainPath("mimetype")).asNormalizedPath).array; } string fn_dmi_container_xml() { return ((doc_meta_inf.chainPath("container.xml")).asNormalizedPath).array; @@ -451,7 +451,7 @@ template spinePathsEPUB() { return dbg_doc_oebps(fn_src).chainPath("image").array; } string dbg_fn_mimetypes(string fn_src) { - return dbg_docdir(fn_src).chainPath("mimetypes").array; + return dbg_docdir(fn_src).chainPath("mimetype").array; } string dbg_fn_dmi_container_xml(string fn_src) { return dbg_doc_meta_inf(fn_src).chainPath("container.xml").array; -- cgit v1.2.3