* On the phase 2 retry pass with rsync, verify the cached checksums
[BackupPC.git] / lib / BackupPC / CGI / ArchiveInfo.pm
index 4de942b..2ee5836 100644 (file)
@@ -80,7 +80,7 @@ EOF
     }
 
     my $content = eval("qq{$Lang->{Archive___num_details_for__host2 }}");
-    Header(eval("qq{$Lang->{Archive___num_details_for__host}}"),$content);
+    Header(eval("qq{$Lang->{Archive___num_details_for__host}}"), $content, 1);
     Trailer();
 }