From fedd5886a7a7af59bcafacd7b186148661ddaed2 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Mon, 15 May 2023 19:06:11 +0530 Subject: [PATCH] fix: colwidth should be acceptable --- frappe/utils/html_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/utils/html_utils.py b/frappe/utils/html_utils.py index 7edf6556c9..a109af798b 100644 --- a/frappe/utils/html_utils.py +++ b/frappe/utils/html_utils.py @@ -625,6 +625,7 @@ svg_attributes = [ "color", "color-rendering", "content", + "colwidth", "cx", "cy", "d",