Skip to content

Fix the construction of HTML\Element objects

Sam White requested to merge fix-element-construction into main

It looks like a made a very basic error in !2 (merged) and forgot to prefix the is_void_element() method call with $this. This merge request fixes this problem.

Apologies for the mistake!

Edited by Sam White

Merge request reports