From 1a57fba0931cf6c12609af31758f7cf477e34a99 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Sat, 27 Aug 2022 01:04:10 +1000 Subject: [PATCH] CLI HTML output: Correctly generate print view for other report styles --- src/cli/stv.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli/stv.rs b/src/cli/stv.rs index 8293960..4a8c2eb 100644 --- a/src/cli/stv.rs +++ b/src/cli/stv.rs @@ -782,8 +782,8 @@ where
Printing directly from this page is not supported. Use the ‘Print result’ button to generate a printer-friendly report.
- -"#); + +"#, report_style); return Ok(()); }