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")) %>