diff --git a/administrator/components/com_contact/models/fields/modal/contact.php b/administrator/components/com_contact/models/fields/modal/contact.php index 83eeb161f0804..04e1c58337425 100644 --- a/administrator/components/com_contact/models/fields/modal/contact.php +++ b/administrator/components/com_contact/models/fields/modal/contact.php @@ -143,7 +143,7 @@ protected function getInput() $html[] = ''; $html[] = '' - . ' ' . JText::_('JSELECT') + . ' ' . JText::_('JSELECT') . ''; $html[] = JHtmlBootstrap::renderModal( diff --git a/administrator/components/com_content/models/fields/modal/article.php b/administrator/components/com_content/models/fields/modal/article.php index 022c237ed9ab2..f8a28158dae76 100644 --- a/administrator/components/com_content/models/fields/modal/article.php +++ b/administrator/components/com_content/models/fields/modal/article.php @@ -138,8 +138,8 @@ protected function getInput() $html[] = ''; $html[] = ''; $html[] = ' - ' + . JHtml::tooltipText('COM_CONTENT_CHANGE_ARTICLE') . '">' + . ' ' . JText::_('JSELECT') . ''; // Edit article button diff --git a/administrator/components/com_menus/models/fields/menutype.php b/administrator/components/com_menus/models/fields/menutype.php index 4229d54de85b1..f3b832f7b529f 100644 --- a/administrator/components/com_menus/models/fields/menutype.php +++ b/administrator/components/com_menus/models/fields/menutype.php @@ -82,7 +82,9 @@ function jSelectPosition_' . $this->id . '(name) { $link = JRoute::_('index.php?option=com_menus&view=menutypes&tmpl=component&recordId=' . $recordId); $html[] = ''; - $html[] = ' ' . JText::_('JSELECT') . ''; + $html[] = '' + . ' ' + . JText::_('JSELECT') . ''; $html[] = JHtmlBootstrap::renderModal( 'menuTypeModal', array( 'url' => $link, diff --git a/administrator/components/com_newsfeeds/models/fields/modal/newsfeed.php b/administrator/components/com_newsfeeds/models/fields/modal/newsfeed.php index a98edbed3645d..602a3bd94a576 100644 --- a/administrator/components/com_newsfeeds/models/fields/modal/newsfeed.php +++ b/administrator/components/com_newsfeeds/models/fields/modal/newsfeed.php @@ -144,7 +144,7 @@ protected function getInput() $html[] = '' - . ' ' . JText::_('JSELECT') + . ' ' . JText::_('JSELECT') . ''; $html[] = JHtmlBootstrap::renderModal( diff --git a/administrator/templates/isis/error.php b/administrator/templates/isis/error.php index 6e27ce7cd7644..4c73b9e98b860 100644 --- a/administrator/templates/isis/error.php +++ b/administrator/templates/isis/error.php @@ -154,7 +154,7 @@