X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=344b30e2dfc9b933c915b61c04ab5459d9ced8e2;hb=b07bbed348c8eae3ca8136ba77659426e698974d;hp=e88f1db7648f61ac30f5d2c6fb4afd19b1d77a8e;hpb=021fe685bf307d2e60c8f2a66a6edad7804c86c9;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index e88f1db..344b30e 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -395,10 +395,9 @@ function eschtml($s) function esclfhtml($s) { - return str_replace("\n", "
\n", htmlentities($s)); + return str_replace("\n", "
", htmlspecialchars($s)); } - function langtolng($lang) { GLOBAL $G_lang;