mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 12:58:13 +00:00
01_FHEMWEB.pm: show $motd again
git-svn-id: https://svn.fhem.de/fhem/trunk@13108 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3f462c0807
commit
f0c9d04dd4
@ -1008,7 +1008,7 @@ FW_answerCall($)
|
||||
my $motd = AttrVal("global","motd","none");
|
||||
if($motd ne "none") {
|
||||
$motd =~ s/\n/<br>/g;
|
||||
FW_addContent('>$motd</div');
|
||||
FW_addContent(">$motd</div");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user