FileLog/SVG.pm: Typo, offset by one error (Forum #31859)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7656 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -936,7 +936,7 @@ FileLog_sampleDataFn($$$$$)
|
||||
}
|
||||
$fh->close();
|
||||
|
||||
my $colnums = $maxcols+1;
|
||||
my $colnums = $maxcols;
|
||||
my $colregs = join(",", sort keys %h);
|
||||
my $example = join("<br>", grep /.+/,map { $h{$_} } sort keys %h);
|
||||
|
||||
|
||||
@@ -375,7 +375,7 @@ SVG_PEdit($$$$)
|
||||
close(FH);
|
||||
}
|
||||
|
||||
$ret .= "<tr class=\"odd\"><td>Diagramm label, Source</td>";
|
||||
$ret .= "<tr class=\"odd\"><td>Diagram label, Source</td>";
|
||||
$ret .= "<td>$desc</td>";
|
||||
$ret .=" <td>Y-Axis,Plot-Type,Style,Width</td></tr>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user