From e7a017e663bd0376c626a692a85cda4dc7e68324 Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Thu, 25 Jul 2024 15:22:00 +0000 Subject: [PATCH] Bug 37285: (QA follow-up) Perl Tidy Signed-off-by: Martin Renvoize --- virtualshelves/shelves.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualshelves/shelves.pl b/virtualshelves/shelves.pl index 6b1b9cae03..e3e7a868e4 100755 --- a/virtualshelves/shelves.pl +++ b/virtualshelves/shelves.pl @@ -283,7 +283,7 @@ if ( $op eq 'view' ) { $direction = 'asc' if $direction ne 'asc' and $direction ne 'desc'; my $rows; if ( $query->param('print') ) { - $page=""; + $page = ""; } else { $rows = C4::Context->preference('numSearchResults') || 20; } -- 2.39.5