From 747ee0fffe97f48c264e4055361906ddb10aca23 Mon Sep 17 00:00:00 2001 From: Jean-Marie Simonet Date: Sat, 20 Nov 2021 09:52:12 +0100 Subject: [PATCH] Missing span closing tag --- .../components/com_localise/tmpl/translation/edit.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/administrator/components/com_localise/tmpl/translation/edit.php b/administrator/components/com_localise/tmpl/translation/edit.php index d430e24..da5df64 100644 --- a/administrator/components/com_localise/tmpl/translation/edit.php +++ b/administrator/components/com_localise/tmpl/translation/edit.php @@ -51,8 +51,8 @@ if ($saved_ref != 0 && $allow_develop == 1 && $ref_tag == 'en-GB' && $istranslation == 0) { Factory::getApplication()->enqueueMessage( - Text::sprintf('COM_LOCALISE_NOTICE_EDIT_REFERENCE_HAS_LIMITED_USE', $source_ref), - 'notice'); + Text::sprintf('COM_LOCALISE_NOTICE_EDIT_REFERENCE_HAS_LIMITED_USE', $source_ref), + 'notice'); } $app = Factory::getApplication(); @@ -193,7 +193,7 @@ function returnAll()
-