From 9b9477dc3dd6a23348fda30219f8b625becfe9f4 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 23 May 2023 10:58:55 +0200 Subject: [PATCH] Bug 33803: Remove comment about tab width Signed-off-by: Owen Leonard Signed-off-by: David Cook --- authorities/auth_finder.pl | 5 ----- members/memberentry.pl | 4 ---- opac/opac-authorities-home.pl | 5 ----- serials/subscription-bib-search.pl | 5 ----- 4 files changed, 19 deletions(-) diff --git a/authorities/auth_finder.pl b/authorities/auth_finder.pl index 6927765642..c4e3a74664 100755 --- a/authorities/auth_finder.pl +++ b/authorities/auth_finder.pl @@ -1,5 +1,4 @@ #!/usr/bin/perl -# WARNING: 4-character tab stops here # Copyright 2000-2002 Katipo Communications # @@ -176,7 +175,3 @@ $template->param( # Print the page output_html_with_http_headers $query, $cookie, $template->output; - -# Local Variables: -# tab-width: 4 -# End: diff --git a/members/memberentry.pl b/members/memberentry.pl index 7d58011f62..64d9aa2aa7 100755 --- a/members/memberentry.pl +++ b/members/memberentry.pl @@ -909,7 +909,3 @@ sub add_guarantors { ); } } - -# Local Variables: -# tab-width: 8 -# End: diff --git a/opac/opac-authorities-home.pl b/opac/opac-authorities-home.pl index 0c0f2180ff..8b2145ab15 100755 --- a/opac/opac-authorities-home.pl +++ b/opac/opac-authorities-home.pl @@ -1,5 +1,4 @@ #!/usr/bin/perl -# WARNING: 4-character tab stops here # Copyright 2000-2002 Katipo Communications # @@ -202,7 +201,3 @@ $template->param( # Print the page output_html_with_http_headers $query, $cookie, $template->output; - -# Local Variables: -# tab-width: 4 -# End: diff --git a/serials/subscription-bib-search.pl b/serials/subscription-bib-search.pl index 2853404bcb..e8f576a209 100755 --- a/serials/subscription-bib-search.pl +++ b/serials/subscription-bib-search.pl @@ -1,5 +1,4 @@ #!/usr/bin/perl -# WARNING: 4-character tab stops here # Copyright 2000-2002 Katipo Communications # Parts Copyright 2010 Biblibre @@ -232,7 +231,3 @@ else { # Print the page output_html_with_http_headers $input, $cookie, $template->output; - -# Local Variables: -# tab-width: 4 -# End: -- 2.30.2