From 1d81a5459540c82393a786ee72ccf037fecd5b07 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 18 Apr 2022 00:05:35 +0100 Subject: [PATCH] Fix an HTML syntax error Nothing seemed to be reporting this. I found it while looking for another bug, which I'm about to fix now. Signed-off-by: Ian Jackson --- src/pieces.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pieces.rs b/src/pieces.rs index 0d88c2df..e7123e99 100644 --- a/src/pieces.rs +++ b/src/pieces.rs @@ -284,8 +284,7 @@ impl GenericSimpleShape if self.colours.len() == 0 { hwrite!(f, - r##""##, + r##""##, INVISIBLE_EDGE_SENSITIVE, &path)?; } -- 2.30.2