forked from leftypol/leftypol
tools/inc/lib/jsgettext/: misc fixes
This commit is contained in:
parent
73fb2cfe55
commit
291a0f02cb
2 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@ class JSParser {
|
|||
}
|
||||
|
||||
public function parse() {
|
||||
$output = htmlspecialchars($this->content, ENT_NOQUOTES);
|
||||
$output = $this->content; //htmlspecialchars($this->content, ENT_NOQUOTES);
|
||||
|
||||
// extract reg exps
|
||||
$output = preg_replace_callback(
|
||||
|
@ -91,4 +91,4 @@ class JSParser {
|
|||
return $strings;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue