From 26820c5ddf7087492b569119b3379f1d8f5d9d65 Mon Sep 17 00:00:00 2001 From: Newb I the Newbd Date: Wed, 5 Sep 2018 01:38:36 +0200 Subject: [PATCH] Fix language editor wrongly parsing HTML entities --- e107_admin/lancheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/lancheck.php b/e107_admin/lancheck.php index a1bd9313e..962d000a1 100644 --- a/e107_admin/lancheck.php +++ b/e107_admin/lancheck.php @@ -1849,7 +1849,7 @@ class lancheck ".htmlentities(str_replace("ndef++","",$trans['orig'][$sk])) .""; $text .= ""; $text .= ($writable) ? "" : ""; //echo "orig --> ".$trans['orig'][$sk]."
"; if (strpos($trans['orig'][$sk],"ndef++") !== False)