diff --git a/CONTROL/control b/CONTROL/control index 5a1b90d..30742a8 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,7 +1,7 @@ Package: sweeper Priority: optional Section: misc -Version: 2.1.0 +Version: 2.1.0-1 Architecture: mipsel Maintainer: af123@hummypkg.org.uk Depends: webif(>=1.3.0-1) diff --git a/webif/plugin/sweeper/script.js b/webif/plugin/sweeper/script.js index 370859a..11aade4 100644 --- a/webif/plugin/sweeper/script.js +++ b/webif/plugin/sweeper/script.js @@ -236,7 +236,7 @@ function composite_criterion(c, data) ' ' + '' + - '' + + '' + ' ' + c.desc + ''; @@ -277,13 +277,13 @@ function criterion(data, classes) s += ''; if (c.type != 'noarg') s += '' + - '' + + '' + ' '; else s += '' + ' '; s += '' + - '' + + '' + ''; return s; } @@ -307,7 +307,7 @@ function action(data) '' + c.desc + '' + '' + data.arg + '' + '' + - '' + + '' + ''; if (data.cmd != 'continue')