aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp/output/html.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-06-06 17:52:38 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commit64922b57604c8e0c29a1dcd3ae313d243bf6b46d (patch)
tree3434a32c04b884449ab20df1f7e59cf4cd31a670 /src/sdp/output/html.d
parentoutput xmls, minor asserts (diff)
html seg, work on subtoc & on nav pre-next
Diffstat (limited to 'src/sdp/output/html.d')
-rw-r--r--src/sdp/output/html.d2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sdp/output/html.d b/src/sdp/output/html.d
index 1b984fe..f620498 100644
--- a/src/sdp/output/html.d
+++ b/src/sdp/output/html.d
@@ -237,6 +237,8 @@ template outputHTML() {
}
auto t = xhtml_format.heading_seg(obj, _txt, suffix);
doc_html[segment_filename] ~= to!string(t[0]);
+ doc_html[segment_filename] ~= xhtml_format.nav_pre_next_table(obj);
+ doc_html[segment_filename] ~= xhtml_format.lev4_heading_subtoc(obj);
doc_html_endnotes[segment_filename] ~= t[1];
break;
case 5: .. case 7: