From 9541da1c0c9c88b360408afc8b86d20aba496a50 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 13 Jul 2011 10:20:49 -0400 Subject: [PATCH] Fix for Bug 6570 - unlabeled box on funds form Content-Type: text/plain; charset="utf-8" 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. --- .../prog/en/modules/admin/aqbudgets.tt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 af6a238..ca623f3 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 %] +
  • -- 1.7.3