diff --git a/src/handlers/graphical.rs b/src/handlers/graphical.rs index f7e1360..cd316cc 100644 --- a/src/handlers/graphical.rs +++ b/src/handlers/graphical.rs @@ -167,8 +167,8 @@ impl GraphicalReportHandler { let link = format!( "\u{1b}]8;;{}\u{1b}\\{}{}\u{1b}]8;;\u{1b}\\", url, - code.style(severity_style), - "(link)".style(self.theme.styles.link) + code.style(severity_style), + "(link)".style(self.theme.styles.link) ); write!(header, "{}", link)?; writeln!(f, "{}", header)?;