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/epub3.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/epub3.d')
-rw-r--r-- | src/doc_reform/io_out/epub3.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc_reform/io_out/epub3.d b/src/doc_reform/io_out/epub3.d index aa875ad..1a8d924 100644 --- a/src/doc_reform/io_out/epub3.d +++ b/src/doc_reform/io_out/epub3.d @@ -344,7 +344,7 @@ template outputEPub3() { </ncx>┃"); return toc; } - + @system void outputEPub3(D,I)( const D doc_abstraction, I doc_matters, @@ -858,5 +858,5 @@ template outputEPub3() { } } } - + } |