diff options
Diffstat (limited to 'org/output.org')
-rw-r--r-- | org/output.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org/output.org b/org/output.org index 903b6ed..9853d50 100644 --- a/org/output.org +++ b/org/output.org @@ -39,7 +39,7 @@ template outputHub() { std.typecons, std.uni, std.utf, - ao_defaults, + defaults, output_epub, output_html, output_xhtmls, @@ -131,7 +131,7 @@ private import std.typecons, std.uni, std.utf, - ao_defaults; + defaults; import ao_rgx, output_xhtmls; |