X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=959fd1a9068a4fbc819c81f4381b0a82109cfc6f;hb=9603235381668b55449b18a108e85ee27726d596;hp=e7e7ac7ae2b17694a822733ff2785cd43f9fa41a;hpb=ad62ecf88ef0d5e5fa03d6461ac4510314fc2b50;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index e7e7ac7..959fd1a 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -292,6 +292,11 @@ function eschtml($s) return htmlentities($s); } +function esclfhtml($s) +{ + return str_replace("\n", "
\n", htmlentities($s)); +} + function langtolng($lang) {