From 2c3c91828da603259d3059abc387ea1488551a49 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 --- .../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 a55e9fd..064331b 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.7.9.5