diff --git a/main/inc/lib/fckeditor/editor/plugins/audio/fck_audio.html b/main/inc/lib/fckeditor/editor/plugins/audio/fck_audio.html
index 8bbefccca8..5c61c73b8c 100644
--- a/main/inc/lib/fckeditor/editor/plugins/audio/fck_audio.html
+++ b/main/inc/lib/fckeditor/editor/plugins/audio/fck_audio.html
@@ -94,7 +94,7 @@ document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ;
Upload
- Send it to the ServerCarlos
+ Send it to the Server
diff --git a/main/inc/lib/fckeditor/fcktemplates.xml.php b/main/inc/lib/fckeditor/fcktemplates.xml.php
index 731801a47f..42a31ccc8e 100644
--- a/main/inc/lib/fckeditor/fcktemplates.xml.php
+++ b/main/inc/lib/fckeditor/fcktemplates.xml.php
@@ -62,7 +62,7 @@ function s($var)
global $charset;
$search = array('&','<','>');
$replace = array ('&','<','>');
- return str_replace($search,$replace,mb_convert_encoding(get_lang($var),'UTF-8',$charset));
+ return str_replace($search,$replace,api_convert_encoding(get_lang($var),'UTF-8',$charset));
}
/**
@@ -76,7 +76,7 @@ function s2($var)
global $charset;
$search = array('&','<','>');
$replace = array ('&','<','>');
- return str_replace($search,$replace,mb_convert_encoding($var,'UTF-8',$charset));
+ return str_replace($search,$replace,api_convert_encoding($var,'UTF-8',$charset));
}
/**
@@ -195,4 +195,4 @@ function load_empty_template()
\ No newline at end of file
+?>
diff --git a/main/inc/lib/formvalidator/Element/calendar_popup.php b/main/inc/lib/formvalidator/Element/calendar_popup.php
index 3cc460d826..f5cf0d5fc5 100644
--- a/main/inc/lib/formvalidator/Element/calendar_popup.php
+++ b/main/inc/lib/formvalidator/Element/calendar_popup.php
@@ -1,5 +1,5 @@
" lang="">