- fixed configure.pl and makeDist.
[BackupPC.git] / lib / BackupPC / CGI / ArchiveInfo.pm
index 4de942b..36c0839 100644 (file)
@@ -28,7 +28,7 @@
 #
 #========================================================================
 #
-# Version 2.1.0beta1, released 9 Apr 2004.
+# Version 3.0.0alpha, released 23 Jan 2006.
 #
 # See http://backuppc.sourceforge.net.
 #
@@ -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();
 }