diff --git a/admin/survey/classes/class.SurveyRecoding.php b/admin/survey/classes/class.SurveyRecoding.php
index 92c42207e..0d6dc6649 100644
--- a/admin/survey/classes/class.SurveyRecoding.php
+++ b/admin/survey/classes/class.SurveyRecoding.php
@@ -475,21 +475,21 @@ class SurveyRecoding
}
}
-
}
+
if (count($all_recoded) == 0) {
echo $lang['srv_recode_summary_nothing'];
- } else {
+ }
+ else {
#var_dump($all_recoded);#
- echo '+ '.$lang['srv_recode_summary'].'';
- echo '- '.$lang['srv_recode_summary'].'';
+ echo '+ '.$lang['srv_recode_summary'].'';
+ echo '- '.$lang['srv_recode_summary'].'';
echo '
';
foreach ($all_recoded AS $msg) {
echo $msg['txt']."
";
}
echo '
';
}
-
}
function enableRecodeVariable() {
diff --git a/admin/survey/classes/class.SurveyThemeEditor.php b/admin/survey/classes/class.SurveyThemeEditor.php
index 9abbfa784..da2c978cf 100644
--- a/admin/survey/classes/class.SurveyThemeEditor.php
+++ b/admin/survey/classes/class.SurveyThemeEditor.php
@@ -309,7 +309,7 @@ class SurveyThemeEditor {
echo '';
- echo $lang['srv_te_question_border'].':