From 7629ac3f622d9dbfdf4ad4354c3b370fb8bf6013 Mon Sep 17 00:00:00 2001 From: tipaul Date: Fri, 2 May 2003 16:18:51 +0000 Subject: [PATCH] fix for #254 --- admin/marctagstructure.pl | 4 ++-- .../intranet-tmpl/default/en/parameters/marctagstructure.tmpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/marctagstructure.pl b/admin/marctagstructure.pl index 9fdd9c38c0..4a2315b9d4 100755 --- a/admin/marctagstructure.pl +++ b/admin/marctagstructure.pl @@ -188,11 +188,11 @@ if ($op eq 'add_form') { $template->param(loop => \@loop_data); if ($offset>0) { my $prevpage = $offset-$pagesize; - $template->param(previous => "'); + $template->param(previous => "'); } if ($offset+$pagesize<$count) { my $nextpage =$offset+$pagesize; - $template->param(next => "'); + $template->param(next => "'); } } #---- END $OP eq DEFAULT diff --git a/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl b/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl index 3f6566fdf5..de712a1c71 100644 --- a/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl @@ -130,7 +130,7 @@ - //images/1leftarrow.png" title="previous" ALT="previous" BORDER=0 > + //images/1leftarrow.png" title="previous" ALT="previous" BORDER=0> //images/1rightarrow.png" title="next" ALT="next" BORDER=0> -- 2.39.5