User tests: Successful: Unsuccessful:
See source code:
....<span class="element-invisible">Log out</span></span>
See source code:
....<span class="element-invisible">Log out"></span></span>
Look specially at
>Log out"></span>
(see ">)
File:
..\Joomla\administrator\modules\mod_logged\tmpl\default.php
Line 20:
<span class="icon-remove icon-white" aria-hidden="true"><span class="element-invisible"><?php echo JText::_('JLOGOUT'); ?>"></span></span>
Should (possible) be:
<span class="icon-remove icon-white" aria-hidden="true"><span class="element-invisible"><?php echo JText::_('JLOGOUT'); ?></span></span>
Delete: ">
Joomla 3.7.4 - mod_logged (admin)
Pull Request for Issue # 17599
Category | ⇒ | Modules Administration |
Status | New | ⇒ | Pending |
Easy | No | ⇒ | Yes |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-08-16 11:43:29 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
Thanks for the quick merge.
I have tested this item✅ successfully on edbf24a
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/17561.