diff --git a/root/js/csc.js b/root/js/csc.js
index fa2dae6..f8f1d32 100644
--- a/root/js/csc.js
+++ b/root/js/csc.js
@@ -126,7 +126,7 @@ function print_html (target, html, disabled, rem_text) {
$("#" + target + "-foot").empty();
}
else {
- $("#" + target + "-foot").empty().append('' + rem_test + '');
+ $("#" + target + "-foot").empty().append('' + rem_text + '');
}
}