[Koha-patches] [PATCH] [SIGNED-OFF] Bug 4937: Fixes XHTML in the pagination links of a saved report.

Owen Leonard oleonard at myacpl.org
Tue Dec 14 15:38:19 CET 2010


From: Garry Collum <gcollum at gmail.com>


Signed-off-by: Owen Leonard <oleonard at myacpl.org>
---
 reports/guided_reports.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl
index 5458fe1..a53712e 100755
--- a/reports/guided_reports.pl
+++ b/reports/guided_reports.pl
@@ -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,
-- 
1.7.1



More information about the Koha-patches mailing list