aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/output/xmls.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2018-10-22 17:04:58 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2019-04-10 15:14:15 -0400
commit4c50f7ab56eddd9d85a5a76eba3fbc971d338038 (patch)
tree93e24b1aeaae63f7e7f44105ae5622dd1af8cf0e /src/doc_reform/output/xmls.d
parentorg headings & tags, minor (diff)
0.2.1 segnames, anchor tagsdoc-reform_v0.2.1
Diffstat (limited to 'src/doc_reform/output/xmls.d')
-rw-r--r--src/doc_reform/output/xmls.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc_reform/output/xmls.d b/src/doc_reform/output/xmls.d
index 571c1af..bc93271 100644
--- a/src/doc_reform/output/xmls.d
+++ b/src/doc_reform/output/xmls.d
@@ -529,7 +529,7 @@ template outputXHTMLs() {
const O obj,
) {
string prev, next, toc;
- if (obj.tags.segment_anchor_tag == "toc") {
+ if (obj.tags.segment_anchor_tag_epub == "toc") {
toc = "";
prev = "";
} else {