From 0d8f8ce99d910061843d75520383e95d008e08db Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 13 Jul 2011 06:07:47 -0400 Subject: [PATCH] Fix for Bug 6570 - unlabeled box on funds form The cause was a missing , an error which wasn't picked up by the HTML validator. Firefox 3.6 didn't have a problem with it, but newer browsers must be changing the way they accommodate markup errors. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt index af6a238d2e..ca623f3f9c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -319,6 +319,7 @@ [% IF ( budget_perm_1 ) %][% ELSE %][% END %] [% IF ( budget_perm_2 ) %][% ELSE %][% END %] +
  • -- 2.39.2