You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a bug with moving scripts to body,
You have file - Swissup\Breeze\Model\Filter and method process
I created experiment and commented this code
foreach ($this->domFilters as $filter) {
$filter->process($document);
}
I've set the HTML to a DomDocument object and then back to HTML, expecting no changes. However, after this process, the HTML structure was altered. Could you help fix this issue?
The text was updated successfully, but these errors were encountered:
To fix this bug, I need to reproduce it first. To do so, I need HTML that causes this issue. Can you replace all sensitive information with dummy placeholders and post the HTML content?
I found a bug with moving scripts to body,
You have file - Swissup\Breeze\Model\Filter and method process
I created experiment and commented this code
I've set the HTML to a
DomDocument
object and then back to HTML, expecting no changes. However, after this process, the HTML structure was altered. Could you help fix this issue?The text was updated successfully, but these errors were encountered: