98_SVG.pm: fix plot-Editor linetype selector (Forum #32530)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7672 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-01-23 15:07:00 +00:00
parent c9e692d6cc
commit 174e992d19

View File

@@ -373,7 +373,7 @@ SVG_PEdit($$$$)
my @lineStyles;
if(SVG_openFile($FW_cssdir,
AttrVal($FW_wname,"stylesheetPrefix",""), "svg_style.css")) {
map { push(@lineStyles,$1) if($_ =~ m/^\.(l[^{ ]*)/) } <FH>; # } vim help
map { push(@lineStyles,$1) if($_ =~ m/^\.SVGplot.(l[^{ ]*)/) } <FH>; # }
close(FH);
}