aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin.rs')
-rw-r--r--src/bin.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin.rs b/src/bin.rs
index 6916af1..394b416 100644
--- a/src/bin.rs
+++ b/src/bin.rs
@@ -49,7 +49,7 @@ fn main() -> CliResult {
match args.format {
Format::json => render_json(&document, stdout)?,
Format::xml => render_xml (&document, stdout)?,
- Format::html => render_html(&document, stdout)?,
+ Format::html => render_html(&document, stdout, true)?,
}
Ok(())
}