Merge pull request #10956 from annando/escapetags

Some removed escapeTags calls
This commit is contained in:
Hypolite Petovan 2021-11-06 00:04:17 -04:00 committed by GitHub
commit edcfeaf66d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 39 additions and 50 deletions

View file

@ -1996,8 +1996,6 @@ class Probe
$data["name"] .= $perspart->text;
}
}
$data["name"] = Strings::escapeTags($data["name"]);
}
}
}