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
Parsing the }\c{ css results in a error:
}\c{
Code:
$cssToInlineStyles = new CssToInlineStyles(); echo $cssToInlineStyles->convert('<html></html>', '}\c{');
Result: DOMXPath::query(): Unfinished literal
DOMXPath::query(): Unfinished literal
Info:
[message] => DOMXPath::query(): Unfinished literal [file] => CssToInlineStyles.php [line] => 179
Found by https://github.com/SergeyBel/php-classfuzz
The text was updated successfully, but these errors were encountered:
Well, passing invalid CSS is not guaranteed to be processed without an error. I don't see anything to fix here.
Sorry, something went wrong.
No branches or pull requests
Parsing the
}\c{
css results in a error:Code:
Result:
DOMXPath::query(): Unfinished literal
Info:
Found by https://github.com/SergeyBel/php-classfuzz
The text was updated successfully, but these errors were encountered: