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
Another DOMDocument-caused bug. DomQuery does not support SVG. Current workaround I use is Strings::replace($html, '#<svg[^>]*+>.+?</svg>#s', '');
Strings::replace($html, '#<svg[^>]*+>.+?</svg>#s', '');
Our SVG code
<svg role="img" aria-label="" title="" class="shape shape-share-fb view-head button-icon"> <use xlink:href="#shape-share-fb"></use> </svg>
The text was updated successfully, but these errors were encountered:
Is this getting a fix?
Sorry, something went wrong.
0b33a93
No branches or pull requests
Another DOMDocument-caused bug. DomQuery does not support SVG.
Current workaround I use is
Strings::replace($html, '#<svg[^>]*+>.+?</svg>#s', '');
Our SVG code
The text was updated successfully, but these errors were encountered: