Skip to content

Commit 3a431f0

Browse files
GoryMoonyunusyerli1
authored andcommitted
Fix #274 - Views Incorrectly Encode UTF Characters as HTML Entities
1 parent f483bec commit 3a431f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/legacy/include/utils/db_utils.php

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ function from_db_convert($string, $type)
7272
'>' => '>',
7373
"'" => ''',
7474
);
75+
$GLOBALS['toHTML'] = $toHTML;
7576
$GLOBALS['toHTML_keys'] = array_keys($toHTML);
7677
$GLOBALS['toHTML_values'] = array_values($toHTML);
7778
$GLOBALS['toHTML_keys_set'] = implode("", $GLOBALS['toHTML_keys']);

0 commit comments

Comments
 (0)