Skip to content

Commit

Permalink
Merge branch 'MDL-73435-master' of https://github.com/marinaglancy/mo…
Browse files Browse the repository at this point in the history
  • Loading branch information
snake committed May 25, 2022
2 parents de177cc + ac7c952 commit 0839152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/wiki/parser/markups/creole.php
Expand Up @@ -87,7 +87,7 @@ class creole_parser extends wiki_markup_parser {
*/

protected function before_parsing() {
$this->string = htmlspecialchars($this->string);
$this->string = htmlspecialchars($this->string, ENT_COMPAT);
parent::before_parsing();
}

Expand Down

0 comments on commit 0839152

Please sign in to comment.