sitecrafting / conifer

:evergreen_tree: A powerful WordPress library plugin for OO development
https://www.coniferplug.in
MIT License
18 stars 2 forks source link

Omit doctype and html/body tags #6

Closed acobster closed 6 years ago

acobster commented 6 years ago

tell SimpleXMLElement not to add a doctype or html/body tags when calling loadHTML()

https://stackoverflow.com/questions/4879946/how-to-savehtml-of-domdocument-without-html-wrapper/22490902

acobster commented 6 years ago

I encountered this when trying to unit-test Shortcode\Button so I went ahead and fixed it.