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 00a5c3ea8b
commit 1508966ab1

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