aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp/output_hub.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdp/output_hub.d')
-rw-r--r--src/sdp/output_hub.d11
1 files changed, 5 insertions, 6 deletions
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<br>
+ output hub<BR>
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();