diff --git a/config/alfresco/templates/webscripts/org/alfresco/portlets/myspaces.get.html.ftl b/config/alfresco/templates/webscripts/org/alfresco/portlets/myspaces.get.html.ftl index 5466ef68ec..e83e5e54ba 100644 --- a/config/alfresco/templates/webscripts/org/alfresco/portlets/myspaces.get.html.ftl +++ b/config/alfresco/templates/webscripts/org/alfresco/portlets/myspaces.get.html.ftl @@ -57,7 +57,7 @@
onclick="MySpaces.upload(this);">Upload
<#-- Url encode the path value, and encode any single quotes to generate valid string --> - +
<#-- Create Space action --> diff --git a/source/web/scripts/ajax/myspaces.js b/source/web/scripts/ajax/myspaces.js index cc702c1246..ca3968d517 100644 --- a/source/web/scripts/ajax/myspaces.js +++ b/source/web/scripts/ajax/myspaces.js @@ -36,7 +36,7 @@ var MySpaces = { var navImgs = $$('#spacePanel .spaceNavLinkImg'); navLinks.each(function(navLink, i) { - navLink.setHTML('' + navImgs[i].innerHTML + ''); + navLink.setHTML('' + navImgs[i].innerHTML + ''); navImgs[i].innerHTML = ""; // remove the html so the class is not selected during init() }); // extract the count value from a hidden div and display it