tools/inc/lib/jsgettext/: misc fixes

This commit is contained in:
czaks
2013-07-03 00:50:43 -04:00
parent 21f6799617
commit 3fc38cb552
2 changed files with 4 additions and 4 deletions

View File

@@ -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;
}
}
?>
?>