From c65088a7a7b682585762f9e0b7e2fcd7131a0a4a Mon Sep 17 00:00:00 2001 From: FabioPiccinini <100281972+FabioPiccinini@users.noreply.github.com> Date: Fri, 22 Mar 2024 10:06:57 +0100 Subject: [PATCH] Unescaped ; was causing problems in Inkscape (#4456) * Update default.css An unescaped ; was causing problems when opening svgs that included this style with Inkscape * Update default.css --- src/blenderbim/blenderbim/bim/data/assets/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blenderbim/blenderbim/bim/data/assets/default.css b/src/blenderbim/blenderbim/bim/data/assets/default.css index 2b4d93bc51..861b8ba3ba 100644 --- a/src/blenderbim/blenderbim/bim/data/assets/default.css +++ b/src/blenderbim/blenderbim/bim/data/assets/default.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. *