blob: 041a575c2d725c6bbf92e9d64fa543732a7fa49b [file] [log] [blame]
function(html) {
html = html.replace(/<\s*p[^>]*>/gi, '');
html = html.replace(/<\/\s*p\s*>/gi, '');
html = html.trim();
return html;
}