I am trying to eliminate as many HTML validation errors in backend as possible
I noticed that in J3.4.4 and staging branch too:
Their is a <button>
HTML Tag closed with an </a>
$footer = '<button class="btn" data-dismiss="modal" aria-hidden="true">' . JText::_('JTOOLBAR_CLOSE') . '</a>';
Labels |
Added:
?
|
Test ok,
and i see that there is a similar case of misclosed HTML Tag in com_users, that you patched too
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-09-19 14:34:45 |
Closed_By | ⇒ | mbabker |
@ggppdk Please test #7907