Bug 4937: Fixes XHTML in the pagination links of a saved report.
authorGarry Collum <gcollum@gmail.com>
Tue, 14 Dec 2010 14:38:19 +0000 (09:38 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 14 Dec 2010 20:17:37 +0000 (09:17 +1300)
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>

reports/guided_reports.pl

index 5458fe1..a53712e 100755 (executable)
@@ -498,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&amp;phase=Run%20this%20report";
         $template->param(
             'results' => \@rows,
             'sql'     => $sql,