We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98cb6d commit 7d3f7d8Copy full SHA for 7d3f7d8
src/Spe/Client/Applications/PowerShellMultiValuePrompt.cs
@@ -1107,7 +1107,7 @@ protected void OKClick()
1107
var error = variable["Error"] as string;
1108
if (!string.IsNullOrEmpty(error))
1109
{
1110
- SheerResponse.SetInnerHtml($"var_{name}_validator", error);
+ SheerResponse.SetInnerHtml($"var_{name}_validator", WebUtil.SafeEncode(error));
1111
canClose = false;
1112
continue;
1113
}
0 commit comments