]> git.koha-community.org Git - koha.git/commit
Bug 37595: Double HTML escaped ampersand in pagination bar
authorOwen Leonard <oleonard@myacpl.org>
Thu, 8 Aug 2024 17:54:48 +0000 (17:54 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 16 Aug 2024 15:33:52 +0000 (17:33 +0200)
commitf8c85ab26bb82dd6a1d4a87d0aae41835c304058
treee2ffda220b0024d6eddf7eb08e4ee8699cba7ec5
parent173fee41e789539c7b697fcc77f14a2eddd8a339
Bug 37595: Double HTML escaped ampersand in pagination bar

This patch removes escaping of ampersands in the part of
guided_reports.pl that builds information for the pagination routine.
The information is going to be escaped in a later step.

To test, apply the patch and go to Reports.

- If necessary, create a report which will return more than 20 results.
- Run the report. You should see a pagination bar at the top of the
  table of results.
- View the page source and look for the markup for the pagination menu.
  Searching for 'rel="start"' works well.
- Confirm that you see '&amp;' between the link parameters instead of
  '&amp;amp;', e.g.

  guided_reports.pl?id=347&amp;op=run&amp;limit=20&amp;want_full_chart=0&amp;page=1

Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
reports/guided_reports.pl