mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
01_FHEMWEB: revert \n -> <br>
git-svn-id: https://svn.fhem.de/fhem/trunk@8676 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
947834bc50
commit
9cf2a8a939
@ -2623,7 +2623,7 @@ FW_htmlEscape($)
|
||||
$txt =~ s/&/&/g;
|
||||
$txt =~ s/</</g;
|
||||
$txt =~ s/>/>/g;
|
||||
$txt =~ s/\n/<br>/g;
|
||||
# $txt =~ s/\n/<br>/g;
|
||||
return $txt;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user