Billy Noah

Results 12 comments of Billy Noah

Using this to import emails into a ticket and rma system. Had written something close myself until I realized how many various formats are in play. A quick search brought...

I just used the built in "=" from the context menu. Should I be using regex to align content with tabs? If so, can you explain?

> Hey! Small update We have been trying to reproduce this issue for quite a while, with multiple envs running versions from 4.8 to 5.1 (candidate) and issue doesn't appear....

Came across this today and I am using this to convert those escape sequences to html entities: preg_replace('/_x([0-9a-fA-F]{4})_/', '&#x$1;', $string); You can take this a step further to render the...

@nao-pon -sorry for the late response. I looked at your commit here: https://github.com/Studio-42/elFinder/commit/b40fcb8ca1c34dc07fbd84795c0f1d290823112a and yes that does seem to resolve the issue. Thanks!

Yes please. These are becoming more and more common.

Thanks @finwe , I've reviewed the html and not finding any problems. This pdf is a product catalog and I'm attaching the html here for your review: [catalog.html.zip](https://github.com/mpdf/mpdf/files/4041452/catalog.html.zip) The php...

@ssieb - thank you. I've integrated [php tidy](https://www.php.net/manual/en/book.tidy.php) into my application now to clean up the html and fixing that did indeed address at least one of the errors. This...