themes/stpatty/header.tpl
changeset 298 39c132e69781
parent 185 ab6336bfce48
child 335 67bd3121a12e
--- a/themes/stpatty/header.tpl	Sun Nov 25 17:53:03 2007 -0500
+++ b/themes/stpatty/header.tpl	Wed Nov 28 14:46:03 2007 -0500
@@ -45,7 +45,7 @@
         elem1.appendChild(document.createTextNode(value));
         elem1.style.display = 'block';
         if(!value || value=='') return;
-        ajaxPost(stdAjaxPrefix+'&_mode=rename', 'newtitle='+escape(value), function() {
+        ajaxPost(stdAjaxPrefix+'&_mode=rename', 'newtitle='+ajaxEscape(value), function() {
           if(ajax.readyState == 4) {
             alert(ajax.responseText);
           }