X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=lib%2FBackupPC%2FCGI%2FRestoreInfo.pm;h=b018bf54389561ee03172912e63dd12ec32b3c92;hp=83583e881948e7507beee8b7d19446106bdc0e97;hb=a7e968ce327855f2ba2624ca8517069a936c9b5b;hpb=5729095faa3ef12dc5d4f02538c3650ac81912ef diff --git a/lib/BackupPC/CGI/RestoreInfo.pm b/lib/BackupPC/CGI/RestoreInfo.pm index 83583e8..b018bf5 100644 --- a/lib/BackupPC/CGI/RestoreInfo.pm +++ b/lib/BackupPC/CGI/RestoreInfo.pm @@ -83,9 +83,8 @@ sub action $RestoreReq{hostSrc}:/$strippedShareSrc$f$RestoreReq{hostDest}:/$strippedShareDest$targetFile EOF } - - Header(eval("qq{$Lang->{Restore___num_details_for__host}}")); - print(eval("qq{$Lang->{Restore___num_details_for__host2 }}")); + my $content = eval("qq{$Lang->{Restore___num_details_for__host2 }}"); + Header(eval("qq{$Lang->{Restore___num_details_for__host}}"),$content); Trailer(); }