From 78559bb6f585343e842f217235991c08f749c024 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Mon, 28 Jul 2014 17:36:01 -0400 Subject: [PATCH] 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. Signed-off-by: Tomas Cohen Arazi --- 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 0a922a50c0..b8a679d865 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' %] -- 2.20.1