Everywhere where we have a code like (90 instances in core)
echo JHtml::_('bootstrap.addTab', 'myTab', 'folder', JText::_('PLG_INSTALLER_FOLDERINSTALLER_TEXT', true));
true
is supposed to escape the strings and not show the escape.
See https://github.com/joomla/joomla-cms/blob/staging/libraries/joomla/language/text.php#L44
It does not anymore.
I get here:
If I take off the true
, it works again.
So thats great we can remove the "true" functionality
Title |
|
Title |
|
OK, will do for all the instances
Category | ⇒ | Language & Strings Libraries |
Title |
|
Title |
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-05-10 14:54:17 |
Closed_By | ⇒ | infograf768 |
Closing as we have a patch
Labels |
Added:
?
|
It looks like it is limited to the "bootstrap.addTab" usage.