diff --git a/gss/gss.js b/gss/gss.js index 4ea9862..53c2302 100644 --- a/gss/gss.js +++ b/gss/gss.js @@ -24,9 +24,9 @@ function initXsl(tabName,fileType) { initTable(tabName); } - var theURL = document.getElementById("head1"); - theURL.innerHTML += ' ' + location; - document.title += ': ' + location; + var theURL = $("#head1"); + theURL.text(theURL.text() + ': ' + location); + document.title = theURL.text(); } function initTable(tabName) { diff --git a/gss/gss.xsl b/gss/gss.xsl index e7bc9fe..71aae86 100755 --- a/gss/gss.xsl +++ b/gss/gss.xsl @@ -13,6 +13,7 @@ Site map file +