Bug5640: BZ5640 (MT3584): Nimes icon set
[koha_fer] / reports / guided_reports.pl
index 4be4e79..a53712e 100755 (executable)
@@ -36,8 +36,6 @@ guided_reports.pl
 
 Script to control the guided report creation
 
-=over2
-
 =cut
 
 my $input = new CGI;
@@ -500,7 +498,7 @@ elsif ($phase eq 'Run this report'){
         }
 
         my $totpages = int($total/$limit) + (($total % $limit) > 0 ? 1 : 0);
-        my $url = "/cgi-bin/koha/reports/guided_reports.pl?reports=$report&phase=Run%20this%20report";
+        my $url = "/cgi-bin/koha/reports/guided_reports.pl?reports=$report&phase=Run%20this%20report";
         $template->param(
             'results' => \@rows,
             'sql'     => $sql,