diff options
author | andi <andi@splitbrain.org> | 2005-01-16 12:30:39 +0100 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-01-16 12:30:39 +0100 |
commit | 126da3a9baa9929f6e0496b1b402b4edfa46b3f6 (patch) | |
tree | 596cb38d1ca660253668d52e516e974dbcbe641f | |
parent | d16a4eda562f1d44f6b163a1273034698b4a6d13 (diff) | |
download | rpg-126da3a9baa9929f6e0496b1b402b4edfa46b3f6.tar.gz rpg-126da3a9baa9929f6e0496b1b402b4edfa46b3f6.tar.bz2 |
fix for task #52
darcs-hash:20050116113039-9977f-15978912a55eda87586ca5025d8812f708a5c179.gz
-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); |