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 Nighswonger <chris.nighswonger@gmail.com>
Wed, 15 Dec 2010 02:47:08 +0000 (21:47 -0500)
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 0fc7e5bfdc30ba03ff342f35b27c61f0bd3938d8)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
reports/guided_reports.pl

index dfec379..561f873 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,