Version 2.2.0 Stable
Change Log:
- Modified how the method
HTMLNode::addChild()
works. Since most people chain on child, we made this as the default option. - Fixed a bug on parsing HTML strings with tags such as
br/
.
HTMLNode::addChild()
works. Since most people chain on child, we made this as the default option.br/
.