From df05b7b49eb8c03c7b4dba9071583a7dcf995910 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Mon, 6 Aug 2012 11:11:54 -0400 Subject: [PATCH] TPAC - Fix footer on hold history page The hold history page was missing an ending div tag to complete the block which leads to the footer being generated incorrectly on that page. Adding the ending tag repairs the display of the footer to match all the other pages. Credit to Melissa Lefebvre for noticing this discrepancy. Signed-off-by: Ben Shum Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/myopac/hold_history.tt2 | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/templates/opac/myopac/hold_history.tt2 b/Open-ILS/src/templates/opac/myopac/hold_history.tt2 index bc3cc6cfc0..2c3e6112d8 100644 --- a/Open-ILS/src/templates/opac/myopac/hold_history.tt2 +++ b/Open-ILS/src/templates/opac/myopac/hold_history.tt2 @@ -107,4 +107,5 @@ [% END %] + [% END %] -- 2.11.0