From 60af3e5d0df9a71bee9fe68863133c99851f7f7d Mon Sep 17 00:00:00 2001 From: Virtuworks Date: Sat, 25 Aug 2012 12:44:01 -0400 Subject: [PATCH] Correction to AntiXSS Protection 349 --- .../DesktopModules/WebsitePanel/HostingPlans.ascx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/HostingPlans.ascx b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/HostingPlans.ascx index 63d61b1a..0c9a9ec1 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/HostingPlans.ascx +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/HostingPlans.ascx @@ -12,9 +12,9 @@ - <%# PortalAntiXSS.Encode((string)Eval("PlanName")) %> + <%# PortalAntiXSS.EncodeOld((string)Eval("PlanName")) %>
- <%# PortalAntiXSS.Encode((string)Eval("PlanDescription")) %> + <%# PortalAntiXSS.EncodeOld((string)Eval("PlanDescription")) %>