Lars Moelleken

Results 77 comments of Lars Moelleken

Maybe we can only use the "array_key_exists"-extension improvement? 🤔

You need to use ```.services``` or ```div[class~=services]```: https://github.com/voku/simple_html_dom/commit/5b1854e3a5540db70342c639b8326622ce57b842

I have a small problem with this change ... 1.) if we have a html-template with "\r" (Mac) carriage return 2.) the xml-parser will convert it into "&#13" 3.) we...

@jeroenvdheuvel I moved this logic into "https://github.com/voku/simple_html_dom", so now the Dom-Parser is separated from the CssToInline class. It looks much more cleaner and we have some extra unit-tests in the...

Can you check if the new version fixes your problem, thanks. :)

There is an example with styles in the README maybe this is what you are searching for?

@konovalovk can you provide a example, thanks! PS: here is a possible fix but it needs a real world example for the tests: https://github.com/voku/edifact/commit/a25a74d283656b940cf0e914bc2f9353d7692310

@WyriHaximus I fixed the "nocompress" problem in the current version of HtmlMin (4.0.5), the problem was that I did not protect "nocompress"-tags before notifying the Observer :/ - https://github.com/voku/HtmlMin/commit/a0f172923f4e8ec1d0cb08f7d21b51e6e89a1396

@WyriHaximus the bug was in a regex that could be re-written to non regex :) (fixed version is 4.0.6) "Some people, when confronted with a problem, think "I know, I'll...

@MuetzeOfficial can you reformat your "one more" example?