From 80f4ac9bc0bc1205d56a17a0152633bbc25c0678 Mon Sep 17 00:00:00 2001 From: nagoon97 Date: Tue, 18 Sep 2012 01:39:50 +0000 Subject: [PATCH] Issue 2398: home icon's class name is changed to match the change made in the css git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11278 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/menu/tpl/sitemap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/menu/tpl/sitemap.html b/modules/menu/tpl/sitemap.html index faef413da..e7345682b 100644 --- a/modules/menu/tpl/sitemap.html +++ b/modules/menu/tpl/sitemap.html @@ -598,7 +598,7 @@ function createTreeMarkup(aNode){ sText = sText + " ${h}"; } - sResult += $.tmpl( "menuTreeNode", {MenuTitle:sText,MenuId:sNodeSrl,SubTree:sSubTree} ).get()[0].outerHTML.replace("${s}", "").replace("${h}", ""); + sResult += $.tmpl( "menuTreeNode", {MenuTitle:sText,MenuId:sNodeSrl,SubTree:sSubTree} ).get()[0].outerHTML.replace("${s}", "").replace("${h}", ""); } return $.tmpl( "menuTree", {Nodes:sResult} ).get()[0].outerHTML;