diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-01-27 12:57:13 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-01-27 18:53:06 -0500 |
commit | 1e04f9f2ecb5a326ded1422cd03ee1f37198e571 (patch) | |
tree | 02e7fb7f9e61e480365a9b08896ffd9e8019662f /src/doc_reform/io_out | |
parent | doc presentation, add option to include date with title and author (diff) |
cgi sqlite_search, heading matches fix, cleanup
Diffstat (limited to 'src/doc_reform/io_out')
-rw-r--r-- | src/doc_reform/io_out/xmls.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc_reform/io_out/xmls.d b/src/doc_reform/io_out/xmls.d index f4ca976..2524664 100644 --- a/src/doc_reform/io_out/xmls.d +++ b/src/doc_reform/io_out/xmls.d @@ -471,7 +471,7 @@ template outputXHTMLs() { "$1"); } if (_xml_type == "seg" || _xml_type == "epub") { - seg_lvs = (_xml_type == "epub") ? "seg_lv1_to_4" : "seg_lv4"; + seg_lvs = (_xml_type == "epub") ? "seg_lv1to4" : "seg_lv4"; foreach (m; _txt.match(rgx.inline_link_hash)) { if (m.captures["hash"] in doc_matters.has.tag_associations) { if ( |