Update stringparser.class.php
This commit is contained in:
parent
a29052ba38
commit
9577b51aca
@ -296,10 +296,6 @@ class StringParser {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
$this->_parsing = true;
|
$this->_parsing = true;
|
||||||
{
|
|
||||||
$text = $text ?? ''; // If the value passed into function is null set $text to a blank string
|
|
||||||
return htmlspecialchars($text, ENT_QUOTES, 'UTF-8', false); // Return escaped string
|
|
||||||
}
|
|
||||||
$this->_text = $this->_applyPrefilters($text);
|
$this->_text = $this->_applyPrefilters($text);
|
||||||
$this->_output = null;
|
$this->_output = null;
|
||||||
$this->_text = $this->_text ?? '';
|
$this->_text = $this->_text ?? '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user