mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 23:06:37 +00:00
bug fix
git-svn-id: https://svn.fhem.de/fhem/trunk@5901 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7e4071121a
commit
97be4f150e
@ -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 );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user