https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28453 --- Comment #37 from Jonathan Druart <jonathan.druart@gmail.com> --- This patch fixes the Selenium failure (regressions.t) # Failed test 'XSS vulnerabilities in pagination' # at t/db_dependent/selenium/regressions.t line 304. Error while executing command: no such element: Unable to locate element: //div[@class="pages"]/span[@class="currentPage"]/following-sibling::a at /usr/share/perl5/Selenium/Remote/Driver.pm line 411. As well as adjusting the OPAC templates using pagination_bar. I don't understand why the original patch added spaces within the div.pages, but I decided to apply the same changes for this patch. -- You are receiving this mail because: You are watching all bug changes.