Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/about.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/about.html,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/about.html 2 Nov 2005 09:20:05 -0000 1.2 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/about.html 1 Jan 2006 23:28:26 -0000 1.2.2.1 @@ -56,8 +56,8 @@ "License" + ""; for (var i in editor.plugins) { - if (typeof info != 'object' || !info.name || typeof info.name !='string') continue; var info = editor.plugins[i]; + if (typeof info != 'object' || !info.name || typeof info.name !='string') continue; html += "" + info.name + " v" + info.version + "" + "" + info.developer + "" +