From: Ian Jackson Date: Sun, 17 Apr 2022 23:05:35 +0000 (+0100) Subject: Fix an HTML syntax error X-Git-Tag: otter-1.1.0~496 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1d81a5459540c82393a786ee72ccf037fecd5b07;p=otter.git 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 --- 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)?; }