diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-02-21 12:48:35 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-02-21 14:05:24 -0500 |
commit | 8757dfd0fd175698b2bdf61ae49875080b8e1612 (patch) | |
tree | f3afdbc0bfb2902b4ba826e90e67c7cac1641307 /src/doc_reform/io_out/xmls.d | |
parent | cgi search housekeeping, sync & remove redundancy (diff) |
debug flags, narrow purpose
Diffstat (limited to 'src/doc_reform/io_out/xmls.d')
-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 86d012a..5ad5724 100644 --- a/src/doc_reform/io_out/xmls.d +++ b/src/doc_reform/io_out/xmls.d @@ -219,7 +219,7 @@ template outputXHTMLs() { special_characters_text(doc_matters.conf_make_meta.meta.date_modified), doc_matters.src.language, special_characters_text(doc_matters.conf_make_meta.meta.rights_copyright), - doc_matters.opt.action.debug_do ? "" : special_characters_text(doc_matters.generator_program.name_and_version), + doc_matters.opt.action.debug_do_xmls ? "" : special_characters_text(doc_matters.generator_program.name_and_version), special_characters_text(doc_matters.generator_program.url_home), ); return o; |