mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
FileLog/SVG.pm: Typo, offset by one error (Forum #31859)
git-svn-id: https://svn.fhem.de/fhem/trunk@7656 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d92246ce78
commit
746e007dfe
@ -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>";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user