mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-15 03:59:11 +00:00
02_RSS.pm: fixed missing parameter in RSS_HTMLHead()
git-svn-id: https://svn.fhem.de/fhem/trunk@7621 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b8bf07c90e
commit
5d2db0e67d
@ -172,7 +172,7 @@ sub
|
||||
RSS_Overview {
|
||||
|
||||
my ($name, $url);
|
||||
my $html= RSS_HTMLHead("RSS RSS_Overview") . "<body>\n";
|
||||
my $html= RSS_HTMLHead("RSS Overview", undef) . "<body>\n";
|
||||
foreach my $def (sort keys %defs) {
|
||||
if($defs{$def}{TYPE} eq "RSS") {
|
||||
$name= $defs{$def}{NAME};
|
||||
|
Loading…
x
Reference in New Issue
Block a user