diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-06-19 12:17:37 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:15 -0400 |
commit | 4101c83a16ce715c84d353572bd0f231059bfbac (patch) | |
tree | 5e84eb93addb7e63bcc3dbd7ede0e66d64f735df /src/sdp/output/epub3.d | |
parent | doc abstraction run only when processing flags require (diff) |
make string object_number a property of int o_n
Diffstat (limited to 'src/sdp/output/epub3.d')
-rw-r--r-- | src/sdp/output/epub3.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdp/output/epub3.d b/src/sdp/output/epub3.d index 303898d..82d8764 100644 --- a/src/sdp/output/epub3.d +++ b/src/sdp/output/epub3.d @@ -29,7 +29,7 @@ template outputEPub3() { </rootfiles>ΒΆ") ~ "\n</container>\n"; return o; } - string epub3_oebps_content(D,I,P)(D doc_abstraction, I doc_matters, P parts) { + string epub3_oebps_content(D,M,P)(D doc_abstraction, M doc_matters, P parts) { auto xhtml_format = outputXHTMLs(); auto pth_epub3 = SiSUpathsEPUB!()(doc_matters.output_path, doc_matters.src.language); string uuid = "18275d951861c77f78acd05672c9906924c59f18a2e0ba06dad95959693e9bd8"; // TODO sort uuid in doc_matters! |