diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-21 12:18:02 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-22 11:59:51 -0400 |
commit | 8525eb4bf305824d55558705175d4cc9ed5d37c2 (patch) | |
tree | 67ca0daa82a58ef5cbda9b9a1f2ce14f745af8b5 /src/doc_reform/io_out/html.d | |
parent | config, clean up and make a bit more consistent (diff) |
metaverse parallel processing reproducability
- html xhtml issue with tags
- epub issue with title (skipped) in OEBPS/toc.ncx
Diffstat (limited to 'src/doc_reform/io_out/html.d')
-rw-r--r-- | src/doc_reform/io_out/html.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc_reform/io_out/html.d b/src/doc_reform/io_out/html.d index c6f36a1..ceaf9f9 100644 --- a/src/doc_reform/io_out/html.d +++ b/src/doc_reform/io_out/html.d @@ -560,7 +560,7 @@ template outputHTML() { M doc_matters, ) { { /+ (copy html images) +/ - + auto pth_html = spinePathsHTML!()(doc_matters.output_path, doc_matters.src.language); if (!exists(pth_html.image)) { pth_html.image.mkdirRecurse; |