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

There is a bug in this version
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...