From eacaef9ecdab8d0debefbcf06e4bea7b1415d1e9 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Fri, 23 Jan 2015 17:40:01 +0000 Subject: [PATCH] 98_SVG: PlotEditor default linestyle git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7675 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_SVG.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/98_SVG.pm b/fhem/FHEM/98_SVG.pm index 3257e81f0..60168c842 100755 --- a/fhem/FHEM/98_SVG.pm +++ b/fhem/FHEM/98_SVG.pm @@ -405,7 +405,7 @@ SVG_PEdit($$$$) $conf{lType}[$idx]); my $ls = $conf{lStyle}[$idx]; if($ls) { - $ls =~ s/class=//g; + $ls =~ s/class=.* //g; $ls =~ s/"//g; } $o .= SVG_sel("style_$idx", join(",", @lineStyles), $ls);