From 7e3b947147f3ec037ed948c363d4727cd5c15ce7 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 15 Dec 2025 15:58:45 +0000 Subject: [PATCH] Bug 28530: Fix forbidden http pattern --- Koha/Library/FloatLimit.pm | 2 +- Koha/Library/FloatLimits.pm | 2 +- admin/float_limits.pl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Koha/Library/FloatLimit.pm b/Koha/Library/FloatLimit.pm index b7bd64bd90d..3e400b64292 100644 --- a/Koha/Library/FloatLimit.pm +++ b/Koha/Library/FloatLimit.pm @@ -15,7 +15,7 @@ package Koha::Library::FloatLimit; # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Koha; if not, see . +# along with Koha; if not, see . use Modern::Perl; diff --git a/Koha/Library/FloatLimits.pm b/Koha/Library/FloatLimits.pm index 14ea1bbf511..dd8da96e5bb 100644 --- a/Koha/Library/FloatLimits.pm +++ b/Koha/Library/FloatLimits.pm @@ -15,7 +15,7 @@ package Koha::Library::FloatLimits; # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Koha; if not, see . +# along with Koha; if not, see . use Modern::Perl; diff --git a/admin/float_limits.pl b/admin/float_limits.pl index 1f2477bc05c..e68129eb4a9 100755 --- a/admin/float_limits.pl +++ b/admin/float_limits.pl @@ -15,7 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Koha; if not, see . +# along with Koha; if not, see . use Modern::Perl; use CGI qw ( -utf8 ); -- 2.39.5