From: Ben Shum Date: Mon, 6 Aug 2012 15:11:54 +0000 (-0400) Subject: TPAC - Fix footer on hold history page X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bbc071efaa2d97fa4926d4311cccf78eea2aa956;p=contrib%2FConifer.git 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 --- 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 %]