From 9d171f94a491efdd68c9557c52914d48ccd33a28 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 26 Apr 2017 10:58:57 -0400 Subject: xml family css --- src/sdp/output_hub.d | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/sdp/output_hub.d') diff --git a/src/sdp/output_hub.d b/src/sdp/output_hub.d index c38b8e5..389d187 100644 --- a/src/sdp/output_hub.d +++ b/src/sdp/output_hub.d @@ -1,5 +1,5 @@ /++ - output hub
+ output hub
check & generate output types requested +/ template outputHub() { @@ -22,15 +22,14 @@ template outputHub() { std.uni, std.utf; import + create_zip_file, defaults, output_epub3, output_html, - output_xhtmls, - source_sisupod, - create_zip_file, output_rgx, - output_xhtmls, - paths_output; + output_xmls, + paths_output, + source_sisupod; void outputHub(D,I)(D doc_abstraction, I doc_matters) { mixin SiSUoutputRgxInit; auto rgx = Rgx(); -- cgit v1.2.3