diff options
Diffstat (limited to 'inc/parser.php')
-rw-r--r-- | inc/parser.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/parser.php b/inc/parser.php index 399c23007..f040d167e 100644 --- a/inc/parser.php +++ b/inc/parser.php @@ -749,6 +749,7 @@ function listformat($block){ */ function preformat($text,$type,$option=''){ global $conf; + global $lang; //unescape $text = str_replace('\\"','"',$text); |