From 921fae254f44e5b199f0bd8382ef0d8e00a84d6b Mon Sep 17 00:00:00 2001 From: Kevin Roast Date: Fri, 21 Apr 2006 16:58:47 +0000 Subject: [PATCH] . Fix for AWC-635 (TemplateContentServlet not working with TICKET url argument) . Fix to image resolver for TemplateContentServlet . Minor improvement to CommandServlet interfaces as per wiki docs . Minor fix to date field format in RSS2.0 template (thanks Mike!) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2685 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../alfresco/templates/content/examples/RSS_2.0_recent_docs.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/alfresco/templates/content/examples/RSS_2.0_recent_docs.ftl b/config/alfresco/templates/content/examples/RSS_2.0_recent_docs.ftl index 4e4e68a4e8..62957c681d 100644 --- a/config/alfresco/templates/content/examples/RSS_2.0_recent_docs.ftl +++ b/config/alfresco/templates/content/examples/RSS_2.0_recent_docs.ftl @@ -5,7 +5,7 @@ Copyright (c) 2005 Alfresco Software, Inc. All rights reserved. <#assign hostname="http://localhost:8080/alfresco"> <#assign spaceref="${hostname}/navigate/browse/${space.nodeRef.storeRef.protocol}/${space.nodeRef.storeRef.identifier}/${space.nodeRef.id}"> - <#assign datetimeformat="EEE, dd MMM yyyy hh:mm:ss zzz"> + <#assign datetimeformat="EEE, dd MMM yyyy HH:mm:ss zzz"> ${spaceref} Recent Changes to '${space.name}' en-us