We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While spaces and tabs are preserved, newlines inside <pre> tags are gone.
<pre>
string(23) "<pre>foo bar zoo</pre>"
$html = '<pre> foo bar zoo </pre>'; $htmlMin = new voku\helper\HtmlMin(); $result = $htmlMin->minify($html); var_dump($result);
Unsure
Using 3.1.3 installed via composer on PHP 7.2.10.
The text was updated successfully, but these errors were encountered:
[+]: fixed issue #28
3ea0d35
-> via update from "simple_html_dom"
fixed in version 3.1.5
Sorry, something went wrong.
No branches or pull requests
What is this feature about (expected vs actual behaviour)?
While spaces and tabs are preserved, newlines inside
<pre>
tags are gone.How can I reproduce it?
Does it take minutes, hours or days to fix?
Unsure
Any additional information?
Using 3.1.3 installed via composer on PHP 7.2.10.
The text was updated successfully, but these errors were encountered: