2
0
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:
rudolfkoenig 2015-01-21 20:21:43 +00:00
parent d92246ce78
commit 746e007dfe
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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>";