From e0354c367e309248d7c2bf613750417ce915f9b9 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 31 Mar 2020 11:19:24 -0400 Subject: search, simplify & remove un-implemented features --- src/doc_reform/io_out/xmls.d | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'src/doc_reform/io_out/xmls.d') diff --git a/src/doc_reform/io_out/xmls.d b/src/doc_reform/io_out/xmls.d index fb33fd0..7649d40 100644 --- a/src/doc_reform/io_out/xmls.d +++ b/src/doc_reform/io_out/xmls.d @@ -161,18 +161,21 @@ template outputXHTMLs() { ┃", doc_matters.conf_make_meta.conf.w_srv_cgi_action, - doc_matters.conf_make_meta.conf.w_srv_db_sqlite, + (doc_matters.conf_make_meta.conf.w_srv_db_sqlite.empty) + ? "" + : "\n ", doc_matters.src.filename_base, ); } else { -- cgit v1.2.3