diff --git a/config/alfresco/web-scripts-application-context.xml b/config/alfresco/web-scripts-application-context.xml
index 69bcdf6872..bd83d2c1c3 100644
--- a/config/alfresco/web-scripts-application-context.xml
+++ b/config/alfresco/web-scripts-application-context.xml
@@ -137,6 +137,7 @@
text/xml
text/xml
+ text/xml
diff --git a/source/java/org/alfresco/web/ui/repo/tag/PageTag.java b/source/java/org/alfresco/web/ui/repo/tag/PageTag.java
index b65b3500e3..6b70f020e0 100644
--- a/source/java/org/alfresco/web/ui/repo/tag/PageTag.java
+++ b/source/java/org/alfresco/web/ui/repo/tag/PageTag.java
@@ -126,6 +126,7 @@ public class PageTag extends TagSupport
try
{
+ String reqPath = ((HttpServletRequest)pageContext.getRequest()).getContextPath();
Writer out = pageContext.getOut();
if (Application.inPortalServer() == false)
@@ -143,12 +144,12 @@ public class PageTag extends TagSupport
{
out.write("Alfresco Web Client");
}
- out.write("");
+ out.write("");
+ out.write("");
+ out.write("");
out.write("
\n");
}
- String reqPath = ((HttpServletRequest)pageContext.getRequest()).getContextPath();
-
// CSS style includes
out.write(STYLES_START);
out.write(reqPath);
diff --git a/source/web/services/index.html b/source/web/services/index.html
deleted file mode 100644
index e55e4e9ce8..0000000000
--- a/source/web/services/index.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
- Alfresco Web Services API (REST style)
-
-
-
-
-