docs/Roo.docs.template.js
[roojs1] / docs / Roo.docs.template.js
index 75a7f11..553fd62 100644 (file)
@@ -449,7 +449,7 @@ Roo.docs.template  = {
        var ar = str.split('<');
        var out = '';
        for(var i = ar.length-1; i > -1; i--) {
-           var bit = ar[i].split('>').unshift();
+           var bit = ar[i].split('>').shift();
            if (out.length) {
                out = '&lt;' + out + '&gt;';
            }