From 0fc7e5bfdc30ba03ff342f35b27c61f0bd3938d8 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Tue, 14 Dec 2010 09:38:19 -0500 Subject: [PATCH] Bug 4937: Fixes XHTML in the pagination links of a saved report. Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack --- reports/guided_reports.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl index 5458fe1eaf..a53712e5bd 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&phase=Run%20this%20report"; $template->param( 'results' => \@rows, 'sql' => $sql, -- 2.39.2