From e48299cb3f9288872285aceafb00d301b59eeec4 Mon Sep 17 00:00:00 2001 From: FabioPiccinini <100281972+FabioPiccinini@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:51:57 +0100 Subject: [PATCH] Update sample.css (#4459) Changed unescaped ; with , because it may cause problems if the style is included in svg --- src/blenderbim/blenderbim/bim/data/assets/sample.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blenderbim/blenderbim/bim/data/assets/sample.css b/src/blenderbim/blenderbim/bim/data/assets/sample.css index c0a7b0ec74..6b280509a4 100644 --- a/src/blenderbim/blenderbim/bim/data/assets/sample.css +++ b/src/blenderbim/blenderbim/bim/data/assets/sample.css @@ -10,7 +10,7 @@ * (at your option) any later version. * * BlenderBIM Add-on is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of + * but WITHOUT ANY WARRANTY, without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. *