From 767343f0d11d0ffffa71123037cee8a119de433a Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 16 Feb 2011 19:44:48 +0100 Subject: [PATCH] simplify and correct only_increment checkbox --- lib/BackupPC/CGI/Browse.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/BackupPC/CGI/Browse.pm b/lib/BackupPC/CGI/Browse.pm index 33c525d..44d1777 100644 --- a/lib/BackupPC/CGI/Browse.pm +++ b/lib/BackupPC/CGI/Browse.pm @@ -303,8 +303,7 @@ EOF } # XXX ASA - my $checked = $In{only_increment} ? ' checked' : ''; - $filledBackup .= "
  • show only this increment"; + $filledBackup .= "
  • show only this increment"; $dir = decode_utf8($dir); $share = decode_utf8($share); -- 2.20.1