diff --git a/administrator/components/com_installer/tmpl/update/default.php b/administrator/components/com_installer/tmpl/update/default.php index 0eea713636d40..41037a2b48d5a 100644 --- a/administrator/components/com_installer/tmpl/update/default.php +++ b/administrator/components/com_installer/tmpl/update/default.php @@ -115,7 +115,7 @@ detailsurl; ?> infourl)) : ?>
- escape($item->infourl); ?> + escape($item->infourl); ?> diff --git a/administrator/components/com_installer/tmpl/updatesites/default.php b/administrator/components/com_installer/tmpl/updatesites/default.php index 3eaf90f13a342..db3f3320cdf1d 100644 --- a/administrator/components/com_installer/tmpl/updatesites/default.php +++ b/administrator/components/com_installer/tmpl/updatesites/default.php @@ -82,7 +82,7 @@ update_site_name); ?>
- escape($item->location); ?> + escape($item->location); ?> diff --git a/components/com_contact/tmpl/contact/default_address.php b/components/com_contact/tmpl/contact/default_address.php index b82fa567ea60a..9902457bf9d4c 100644 --- a/components/com_contact/tmpl/contact/default_address.php +++ b/components/com_contact/tmpl/contact/default_address.php @@ -122,7 +122,7 @@
-
diff --git a/components/com_content/tmpl/article/default_links.php b/components/com_content/tmpl/article/default_links.php index 7fd5fe433de4c..38817df52c7ad 100644 --- a/components/com_content/tmpl/article/default_links.php +++ b/components/com_content/tmpl/article/default_links.php @@ -48,20 +48,20 @@ { case 1: // Open in a new window - echo '' . + echo '' . htmlspecialchars($label, ENT_COMPAT, 'UTF-8') . ''; break; case 2: // Open in a popup window $attribs = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=600'; - echo "" . + echo "" . htmlspecialchars($label, ENT_COMPAT, 'UTF-8') . ''; break; case 3: // Open in a modal window JHtml::_('behavior.modal', 'a.modal'); - echo '' . + echo '' . htmlspecialchars($label, ENT_COMPAT, 'UTF-8') . ' '; break; diff --git a/installation/template/index.php b/installation/template/index.php index 98d5231ce1ac9..c14cfb374382f 100644 --- a/installation/template/index.php +++ b/installation/template/index.php @@ -71,7 +71,7 @@
Joomla!' . (JFactory::getLanguage()->isRtl() ? '‎' : '') . ''; ?> - ' . JText::_('INSTL_GNU_GPL_LICENSE') . ''; ?> + ' . JText::_('INSTL_GNU_GPL_LICENSE') . ''; ?>
diff --git a/modules/mod_banners/tmpl/default.php b/modules/mod_banners/tmpl/default.php index 9eacd019b1d39..48c199312a454 100644 --- a/modules/mod_banners/tmpl/default.php +++ b/modules/mod_banners/tmpl/default.php @@ -38,7 +38,7 @@ browserNav == 1) { $attributes['target'] = '_blank'; - $attributes['rel'] = 'noopener noreferrer'; + $attributes['rel'] = 'noreferrer'; } elseif ($item->browserNav == 2) { diff --git a/plugins/fields/url/tmpl/url.php b/plugins/fields/url/tmpl/url.php index be329b443e44d..3a3b15443f280 100644 --- a/plugins/fields/url/tmpl/url.php +++ b/plugins/fields/url/tmpl/url.php @@ -19,7 +19,7 @@ if (!JUri::isInternal($value)) { - $attributes = ' rel="nofollow noopener noreferrer" target="_blank"'; + $attributes = ' rel="nofollow noreferrer" target="_blank"'; } echo sprintf('%s', diff --git a/plugins/system/debug/debug.php b/plugins/system/debug/debug.php index e566e402cf78a..30ac208188ed3 100644 --- a/plugins/system/debug/debug.php +++ b/plugins/system/debug/debug.php @@ -1976,7 +1976,7 @@ protected function renderCallStack(array $callStack = array()) if (!$this->linkFormat) { - $htmlCallStack .= '
['; + $htmlCallStack .= '
['; $htmlCallStack .= JText::_('PLG_DEBUG_LINK_FORMAT') . ']
'; } } diff --git a/plugins/twofactorauth/totp/tmpl/form.php b/plugins/twofactorauth/totp/tmpl/form.php index c89ddfb68044f..aa92aa9465488 100644 --- a/plugins/twofactorauth/totp/tmpl/form.php +++ b/plugins/twofactorauth/totp/tmpl/form.php @@ -26,12 +26,12 @@