PHPDocumentParser icon indicating copy to clipboard operation
PHPDocumentParser copied to clipboard

p tag not removed

Open fabien4444 opened this issue 6 years ago • 0 comments

Hello (again),

i test with DOCX file and remains P tags. You could remove in adding the following in your parseZipped function $content = preg_replace('/<p\b[^>]>(.?)</p>/i', '\1', $content);

Thanks

fabien4444 avatar Jun 27 '18 09:06 fabien4444