diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
index 989609ba65c..ec866514272 100644
--- a/htdocs/core/lib/functions.lib.php
+++ b/htdocs/core/lib/functions.lib.php
@@ -7399,6 +7399,7 @@ function picto_from_langcode($codelang, $moreatt = '')
'da_DA' => 'dk',
'fr_CA' => 'mq',
'sv_SV' => 'se',
+ 'sw_SW' => 'unknown',
'AQ' => 'unknown',
'CW' => 'unknown',
'IM' => 'unknown',
@@ -9247,6 +9248,6 @@ function readfileLowMemory($fullpath_original_file_osencoded, $method = -1)
*/
function showValueWithCopyAndPasteButton($valuetoprint)
{
- $result = ''.$valuetoprint.' ';
+ $result = ''.$valuetoprint.'';
return $result;
}