mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 01:06:04 +00:00
55_InfoPanel.pm: minor bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk@9382 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
755453ae2b
commit
06c66de9da
@ -57,7 +57,7 @@
|
||||
# with \n in text
|
||||
#
|
||||
##############################################
|
||||
# $Id: 55_InfoPanel.pm 9301 2015-09-25 12:25:49Z betateilchen $
|
||||
# $Id$
|
||||
|
||||
package main;
|
||||
use strict;
|
||||
@ -1430,7 +1430,7 @@ sub btIP_HTMLTail {
|
||||
|
||||
sub btIP_Overview {
|
||||
my ($name, $url);
|
||||
my $html= btIP_HTMLHead(undef, "InfoPanel Overview", undef) . "<body>\n";
|
||||
my $html= btIP_HTMLHead(undef, "InfoPanel Overview", undef, undef) . "<body>\n";
|
||||
foreach my $def (sort keys %defs) {
|
||||
if($defs{$def}{TYPE} eq "InfoPanel") {
|
||||
$name= $defs{$def}{NAME};
|
||||
|
Loading…
x
Reference in New Issue
Block a user