Some removed escapeTags calls

This commit is contained in:
Michael 2021-11-05 19:59:18 +00:00
parent 0e2e488521
commit 23b10cf2ae
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"]);
}
}
}