2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +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:
rudolfkoenig 2017-01-16 13:37:37 +00:00
parent 3f462c0807
commit f0c9d04dd4

View File

@ -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");
}
}
}