Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/filters/paragraph.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/filters/paragraph.js,v diff -u -r1.1.1.1 -r1.1.1.1.8.1 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/filters/paragraph.js 2 Nov 2005 08:56:29 -0000 1.1.1.1 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/filters/paragraph.js 16 May 2008 17:04:43 -0000 1.1.1.1.8.1 @@ -1,6 +1,10 @@ -function(html) { - html = html.replace(/<\s*p[^>]*>/gi, ''); - html = html.replace(/<\/\s*p\s*>/gi, ''); - html = html.trim(); - return html; -} \ No newline at end of file +/* This compressed file is part of Xinha. For uncompressed sources, forum, and bug reports, go to xinha.org */ +/* This file is part of version 0.95 released Mon, 12 May 2008 17:33:15 +0200 */ +/* The URL of the most recent version of this file is http://svn.xinha.webfactional.com/trunk/plugins/SuperClean/filters/paragraph.js */ +function(_1){ +_1=_1.replace(/<\s*p[^>]*>/gi,""); +_1=_1.replace(/<\/\s*p\s*>/gi,""); +_1=_1.trim(); +return _1; +} +