diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-12-01 11:36:01 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 17b1e024c33bac309c36f439fe267a384548a8b8 (patch) | |
tree | ea88a9a3dc87f5c64f9d8b615adb169b5e5697d7 /src/sdp/output/epub3.d | |
parent | 0.21.0 paths, pod manifest source alternative (diff) |
0.22.0 document matters & pod matters structsdoc-reform_v0.0.22
- better integrated, redundancy removed
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 78603b2..e31d114 100644 --- a/src/sdp/output/epub3.d +++ b/src/sdp/output/epub3.d @@ -765,7 +765,7 @@ template outputEPub3() { catch (ErrnoException ex) { // Handle error } - writeln(" ", doc_matters.environment["pwd"], "/", fn_epub); + writeln(" ", doc_matters.environment.pwd, "/", fn_epub); debug(epub_archive) { if (exists(fn_epub)) { try { |