git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5901 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2014-05-19 13:48:33 +00:00
parent a38da2e7d7
commit 202fb38be2

View File

@@ -289,7 +289,7 @@ readingsHistory_2html($)
for (my $i = 0; $i < $rows; $i++) {
my $line = $hash->{fhem}{history}[$i];
if( ref($line) eq 'ARRAY' ) {
$lines .= $line->[2] if( $line );
$lines .= $line->[3] if( $line );
} else {
$lines .= $line if( $line );
}