diff --git a/main/exercice/exercise.class.php b/main/exercice/exercise.class.php index 8672307217..e013fbc62b 100644 --- a/main/exercice/exercise.class.php +++ b/main/exercice/exercise.class.php @@ -741,7 +741,11 @@ class Exercise { $form->addElement('html','
-  '.get_lang('ExerciseDescription').' + + + '.addslashes(api_htmlentities(get_lang('ExerciseDescription'))).' + +
'); @@ -757,7 +761,8 @@ class Exercise { $form->addElement('html','
 
-
 '.get_lang('AdvancedParameters').'
+
+ '.addslashes(api_htmlentities(get_lang('AdvancedParameters'))).'
'); diff --git a/main/exercice/exercise_admin.php b/main/exercice/exercise_admin.php old mode 100755 new mode 100644 index b747c73790..e3b1691835 --- a/main/exercice/exercise_admin.php +++ b/main/exercice/exercise_admin.php @@ -28,10 +28,10 @@ $htmlHeadXtra[] = ''; @@ -1074,7 +1071,10 @@ abstract class Question $form -> addElement('html','
-  '.get_lang('EnrichQuestion').' + + + '.addslashes(api_htmlentities(get_lang('EnrichQuestion'))).' +
'); diff --git a/main/inc/lib/fckeditor/editor/plugins/audio/lang/ca.js b/main/inc/lib/fckeditor/editor/plugins/audio/lang/ca.js index d1dcc6531c..dd239dca85 100644 --- a/main/inc/lib/fckeditor/editor/plugins/audio/lang/ca.js +++ b/main/inc/lib/fckeditor/editor/plugins/audio/lang/ca.js @@ -4,5 +4,4 @@ FCKLang['DlgAudioTitle'] = 'Insert audio / Audio properties' ; FCKLang['DlgAudioPlayback'] = 'Playback' ; -FCKLang['DlgAudioAutoplay'] = 'Autoplay' ; - +FCKLang['DlgAudioAutoplay'] = 'Autoplay' ; \ No newline at end of file