HTMLtoOpenXML icon indicating copy to clipboard operation
HTMLtoOpenXML copied to clipboard

Uninitialized string offset in suppressStyle method

Open Pythagus opened this issue 6 years ago • 1 comments

Hi,

Thank you for this interesting package. I met a PHP error using fromHTML method of HTMLparser class. Uninitialized string offset: 14 concerning the suppressStyle method of ProcessProperties class.

So, It could be interesting to create an exception in a first time (which could be catch). The HTML content which creates this error : <p>Ta<span style="color: rgb(240, 102, 102);">ta</span></p>

Pythagus

Pythagus avatar Sep 15 '19 09:09 Pythagus

Hi! Feel free to make a pull request. I don't work on php since some years now, so I wouldn't be able to work on the plugin with my current level

ffmad avatar Sep 17 '19 08:09 ffmad