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
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"]);
}
}
}