diff options
Diffstat (limited to 'src/bin.rs')
| -rw-r--r-- | src/bin.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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(())  } | 
