?
avatar ggppdk
ggppdk
18 Sep 2015

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:

https://github.com/joomla/joomla-cms/blob/staging/administrator/modules/mod_multilangstatus/tmpl/default.php

Their is a <button> HTML Tag closed with an </a>

$footer = '<button class="btn" data-dismiss="modal" aria-hidden="true">' . JText::_('JTOOLBAR_CLOSE') . '</a>';

avatar ggppdk ggppdk - open - 18 Sep 2015
avatar zero-24 zero-24 - change - 18 Sep 2015
Labels Added: ?
avatar wojsmol
wojsmol - comment - 19 Sep 2015

@ggppdk Please test #7907

avatar ggppdk
ggppdk - comment - 19 Sep 2015

Test ok,
and i see that there is a similar case of misclosed HTML Tag in com_users, that you patched too

avatar mbabker mbabker - change - 19 Sep 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-09-19 14:34:45
Closed_By mbabker
avatar mbabker mbabker - close - 19 Sep 2015

Add a Comment

Login with GitHub to post a comment