From 1bc41981d131ed03b71dcd12361c5f9b8f16b0ec Mon Sep 17 00:00:00 2001 From: dragon28 Date: Tue, 20 Aug 2002 09:26:10 +0000 Subject: [PATCH] fixed image alt tag --- admin/currency.pl | 2 +- admin/printers.pl | 2 +- admin/stopwords.pl | 2 +- admin/systempreferences.pl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/currency.pl b/admin/currency.pl index e4dc61c54a..f97317e12a 100755 --- a/admin/currency.pl +++ b/admin/currency.pl @@ -247,7 +247,7 @@ printend my $nextpage =$offset+$pagesize; print mklink("$script_name?offset=".$nextpage,'Next >>'); } - print "

"; + print "

"; print ""; } #---- END $OP eq DEFAULT print endmenu('admin'); diff --git a/admin/printers.pl b/admin/printers.pl index 79aee4d9d1..eeb5b355bb 100755 --- a/admin/printers.pl +++ b/admin/printers.pl @@ -238,7 +238,7 @@ printend my $nextpage =$offset+$pagesize; print mklink("$script_name?offset=".$nextpage,'Next >>'); } - print "

"; + print "

"; print ""; } #---- END $OP eq DEFAULT print endmenu('admin'); diff --git a/admin/stopwords.pl b/admin/stopwords.pl index cc500b45a0..af24e7a08a 100755 --- a/admin/stopwords.pl +++ b/admin/stopwords.pl @@ -227,7 +227,7 @@ printend my $nextpage =$offset+$pagesize; print mklink("$script_name?offset=".$nextpage,'Next >>'); } - print "

"; + print "

"; print ""; } #---- END $OP eq DEFAULT print endmenu('admin'); diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index 1b3e537ec4..40ba730ebb 100755 --- a/admin/systempreferences.pl +++ b/admin/systempreferences.pl @@ -238,7 +238,7 @@ printend my $nextpage =$offset+$pagesize; print mklink("$script_name?offset=".$nextpage,'Next >>'); } - print "

"; + print "

"; print ""; } #---- END $OP eq DEFAULT print endmenu('admin'); -- 2.39.5