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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user