bug fix
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5901 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user