diff --git a/cpanel/gniza/restore.live.cgi b/cpanel/gniza/restore.live.cgi
index 3b9f385..ad9ab9a 100644
--- a/cpanel/gniza/restore.live.cgi
+++ b/cpanel/gniza/restore.live.cgi
@@ -232,83 +232,85 @@ sub handle_step1 {
sub _print_step1_js {
my ($esc_type, $next_step) = @_;
- print qq{\n};
+ print <<"END_JS";
+
+END_JS
}
# ── Step 2: Select specific item ─────────────────────────────
@@ -409,280 +411,282 @@ sub _render_file_picker {
sub _print_step2_js {
my ($esc_type, $esc_remote, $esc_timestamp) = @_;
- print qq{\n};
+ print <<"END_JS";
+
+END_JS
}
# ── Step 3: Confirmation ─────────────────────────────────────