diff --git a/webskin/types/trayContainer.cfm b/webskin/types/trayContainer.cfm index 1a827f500..2ebb4fe14 100644 --- a/webskin/types/trayContainer.cfm +++ b/webskin/types/trayContainer.cfm @@ -29,7 +29,6 @@ - @@ -183,14 +181,14 @@ - + - + @@ -199,7 +197,7 @@ - + @@ -220,25 +218,25 @@
  • Switch Tray Position
  • Hide Tray
  • -
  • Rebuild Page
  • -
  • Rebuild Site
  • +
  • Rebuild Page
  • +
  • Rebuild Site
  • -
  • Update Application
  • +
  • Update Application
  • -
  • Debug Mode
  • +
  • Debug Mode
  • -
  • Debug Mode
  • +
  • Debug Mode
  • -
  • Profiler
  • +
  • Profiler
  • -
  • Profiler
  • +
  • Profiler
  • -
  • Webskin Tracer
  • +
  • Webskin Tracer
  • -
  • Webskin Tracer
  • +
  • Webskin Tracer
  • @@ -249,22 +247,22 @@ @@ -273,9 +271,9 @@
    diff --git a/webskin/types/trayStandard.cfm b/webskin/types/trayStandard.cfm index db0f181ac..95c310cfc 100644 --- a/webskin/types/trayStandard.cfm +++ b/webskin/types/trayStandard.cfm @@ -46,11 +46,11 @@ Page View - #application.fapi.getWebskinDisplayName(stobj.typename, arguments.stParam.view)# (#arguments.stParam.view#) + #application.fc.lib.esapi.encodeForHTML(application.fapi.getWebskinDisplayName(stobj.typename, arguments.stParam.view))# (#application.fc.lib.esapi.encodeForHTML(arguments.stParam.view)#) Body View - #application.fapi.getWebskinDisplayName(stobj.typename, arguments.stParam.bodyView)# (#arguments.stParam.bodyView#) + #application.fc.lib.esapi.encodeForHTML(application.fapi.getWebskinDisplayName(stobj.typename, arguments.stParam.bodyView))# (#application.fc.lib.esapi.encodeForHTML(arguments.stParam.bodyView)#)