We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8fbf5 commit 75114e6Copy full SHA for 75114e6
1 file changed
manager/includes/document.parser.class.inc.php
@@ -4882,7 +4882,7 @@ function removeSanitizeSeed ($string=''){
4882
function cleanUpMODXTags($content='') {
4883
if ($this->minParserPasses < 1) return $content;
4884
4885
- $content = $this->removeSanitizeSeed($content);
+ //$content = $this->removeSanitizeSeed($content);
4886
4887
$enable_filter = $this->config['enable_filter'];
4888
$this->config['enable_filter'] = 1;
0 commit comments