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:
rudolfkoenig
2015-01-21 20:21:43 +00:00
parent 2aed003ffe
commit 1b183d39b6
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>";