Fixed cifs and webdav edit link evaluators and fixed copyright symbol in footer

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2753 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2006-05-04 10:02:13 +00:00
parent d8acd3d80a
commit abdcacffe4
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ public class PageTag extends TagSupport
"<a class=footer href='http://www.alfresco.com'>Alfresco</a> or its " +
"<a class=footer href='http://www.alfresco.com/partners/'>Certified Partners</a>. " +
"<a class=footer href='http://www.alfresco.com/services/support/'>Click here for support</a>. " +
"Alfresco Software Inc. <EFBFBD> 2005-2006 All rights reserved.";
"Alfresco Software Inc. &copy; 2005-2006 All rights reserved.";
private static Log logger = LogFactory.getLog(PageTag.class);
private static String alfresco = null;