Open a file /administrator/modules/mod_logged/tmpl/default.php and find and inspect string contained <a class="hasTooltip".
Tag must contain a single class attribute: class="hasTooltip btn btn-danger btn-mini"
Tag contains duplicated class attribute: class="hasTooltip" at the start and class="btn btn-danger btn-mini" at the end of list of attributes.
Joomla! 3.6
This causes HTML 5 validation error.
| Title |
|
||||||
| Status | New | ⇒ | Closed | ||||
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-08-04 12:47:40 | ||||
| Closed_By | ⇒ | brianteeman | |||||
| Labels |
Added:
?
|
||
I can confirm the issue and I will make a PR to fix it