X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=5fb98fbbe5296d32d1993ef5e65dc7861f6d670e;hb=8bd0ea95b1b1df4fbb7e9cd0b599ec6869c87f0e;hp=2042aec24221cac7111c26a02dbc34b3414680a9;hpb=7408b42dfc2a340ab4830113b23ce8cf87a131c8;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 2042aec..5fb98fb 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -395,7 +395,7 @@ function eschtml($s) function esclfhtml($s) { - return str_replace("\n", "
", htmlspecialchars($s)); + return str_replace(" ", " ", str_replace("\n", "
", htmlspecialchars($s))); } function langtolng($lang)