From cfd281712ae3c65a5ca113d4b6557535e5a35b63 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Mon, 28 Jul 2014 17:36:01 -0400 Subject: [PATCH] [PASSED QA] Bug 12666 - Fix poor HTML from circ/offline.tt In koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt - Cleaned up the HTML's missing 's - Corrected the autobuffer attribute to the newer preload one - Added   into empty title, since it will get replaced TEST PLAN --------- 1) Run the circ/offline.pl page source through an HTML validator -- should get a few warnings 2) Apply patch 3) Recheck page source (confirm your page isn't cached!) -- should be clean Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Improves HTML validity, no regressions found. --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt index 0a922a5..b8a679d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt @@ -586,8 +586,8 @@ $(document).ready(function () {
- - + +
@@ -761,7 +761,7 @@ $(document).ready(function () {
[% INCLUDE 'intranet-bottom.inc' %] -- 1.9.1