diff --git a/administrator/components/com_media/layouts/toolbar/create-folder.php b/administrator/components/com_media/layouts/toolbar/create-folder.php index 6cdfe97f46b49..13731d105e7e8 100644 --- a/administrator/components/com_media/layouts/toolbar/create-folder.php +++ b/administrator/components/com_media/layouts/toolbar/create-folder.php @@ -14,5 +14,5 @@ $title = Text::_('COM_MEDIA_CREATE_NEW_FOLDER'); ?> diff --git a/administrator/components/com_media/layouts/toolbar/delete.php b/administrator/components/com_media/layouts/toolbar/delete.php index 6ce601a9ccba9..c22c92ede8d5a 100644 --- a/administrator/components/com_media/layouts/toolbar/delete.php +++ b/administrator/components/com_media/layouts/toolbar/delete.php @@ -14,5 +14,5 @@ $title = Text::_('JTOOLBAR_DELETE'); ?> diff --git a/administrator/components/com_media/layouts/toolbar/upload.php b/administrator/components/com_media/layouts/toolbar/upload.php index 23c4a958bb440..b288b73bbafc4 100644 --- a/administrator/components/com_media/layouts/toolbar/upload.php +++ b/administrator/components/com_media/layouts/toolbar/upload.php @@ -14,5 +14,5 @@ $title = Text::_('JTOOLBAR_UPLOAD'); ?> diff --git a/administrator/components/com_modules/layouts/toolbar/cancelselect.php b/administrator/components/com_modules/layouts/toolbar/cancelselect.php index 62ca82f28a97e..97fb09546ed44 100644 --- a/administrator/components/com_modules/layouts/toolbar/cancelselect.php +++ b/administrator/components/com_modules/layouts/toolbar/cancelselect.php @@ -13,6 +13,6 @@ $text = Text::_('JTOOLBAR_CANCEL'); ?> - diff --git a/layouts/joomla/form/field/contenthistory.php b/layouts/joomla/form/field/contenthistory.php index 4120579ed0d71..8cc4e84dbb4a3 100644 --- a/layouts/joomla/form/field/contenthistory.php +++ b/layouts/joomla/form/field/contenthistory.php @@ -63,7 +63,7 @@ ); ?> - diff --git a/layouts/joomla/pagination/link.php b/layouts/joomla/pagination/link.php index fff785256ad29..bf21a0a6913a5 100644 --- a/layouts/joomla/pagination/link.php +++ b/layouts/joomla/pagination/link.php @@ -64,7 +64,6 @@ } $class = 'active'; - $title = 'title="' . $item->text . '"'; $onClick = 'document.adminForm.' . $item->prefix . 'limitstart.value=' . ($item->base > 0 ? $item->base : '0') . '; Joomla.submitform();return false;'; } else @@ -74,7 +73,7 @@ ?> diff --git a/layouts/joomla/searchtools/default/bar.php b/layouts/joomla/searchtools/default/bar.php index 563c421270f6b..498ef901c9b36 100644 --- a/layouts/joomla/searchtools/default/bar.php +++ b/layouts/joomla/searchtools/default/bar.php @@ -9,7 +9,6 @@ defined('JPATH_BASE') or die; -use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\Registry\Registry; @@ -44,13 +43,13 @@ input; ?> - -
diff --git a/layouts/joomla/tinymce/togglebutton.php b/layouts/joomla/tinymce/togglebutton.php index 1a7e03c36fb6a..bb7d4399e7e57 100644 --- a/layouts/joomla/tinymce/togglebutton.php +++ b/layouts/joomla/tinymce/togglebutton.php @@ -18,7 +18,6 @@
diff --git a/layouts/joomla/toolbar/versions.php b/layouts/joomla/toolbar/versions.php index 1d1ec01514299..1627da4f91c74 100644 --- a/layouts/joomla/toolbar/versions.php +++ b/layouts/joomla/toolbar/versions.php @@ -51,7 +51,6 @@ onclick="document.getElementById('versionsModal').open()" class="btn btn-primary" - data-toggle="modal" - title=""> + data-toggle="modal"> diff --git a/plugins/user/profile/field/tos.php b/plugins/user/profile/field/tos.php index 51ab58473de7e..18c3fa801e5e9 100644 --- a/plugins/user/profile/field/tos.php +++ b/plugins/user/profile/field/tos.php @@ -64,7 +64,6 @@ protected function getLabel() // If a description is specified, use it to build a tooltip. if (!empty($this->description)) { - $label .= ' title="' . htmlspecialchars(trim($text, ':'), ENT_COMPAT, 'UTF-8') . '"'; $label .= ' data-content="' . htmlspecialchars( $this->translateDescription ? Text::_($this->description) : $this->description, ENT_COMPAT,