?
avatar nvyush
nvyush
4 Aug 2016

Steps to reproduce the issue

Open a file /administrator/modules/mod_logged/tmpl/default.php and find and inspect string contained <a class="hasTooltip".

Expected result

Tag must contain a single class attribute: class="hasTooltip btn btn-danger btn-mini"

Actual result

Tag contains duplicated class attribute: class="hasTooltip" at the start and class="btn btn-danger btn-mini" at the end of list of attributes.

System information (as much as possible)

Joomla! 3.6

Additional comments

This causes HTML 5 validation error.

avatar nvyush nvyush - open - 4 Aug 2016
avatar brianteeman
brianteeman - comment - 4 Aug 2016

I can confirm the issue and I will make a PR to fix it

avatar brianteeman
brianteeman - comment - 4 Aug 2016

Closed as we have a PR for testing #11443

avatar brianteeman brianteeman - change - 4 Aug 2016
Title
[mod_logged]: Tag <a> contains duplicated `class` attribute
[mod_logged]: Tag contains duplicated `class` attribute
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-08-04 12:47:40
Closed_By brianteeman
avatar brianteeman brianteeman - close - 4 Aug 2016
avatar brianteeman brianteeman - close - 4 Aug 2016
avatar brianteeman brianteeman - change - 10 Aug 2016
Labels Added: ?

Add a Comment

Login with GitHub to post a comment