Solved \XF\Html\Text::copy returns Tag instead of Text

This topic has been solved
P

PaulB

Guest
\XF\Html\Text::copy instantiates a new \XF\Html\Tag, but it should probably instantiate a new \XF\Html\Text. As it stands, it will return a tag whose name is the same as the current Text's content.

Continue reading...