From e1bde425d88629fe714e0317b09e0f2bea152fe1 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 28 Aug 2013 15:07:09 +0000 Subject: [PATCH] Bug 10566: (follow-up) fix HTML validation issues These issues predated the previous patch, I just took this chance to fix them. Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/prog/en/modules/opac-course-details.tt | 7 +++---- .../opac-tmpl/prog/en/modules/opac-course-reserves.tt | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-course-details.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-course-details.tt index 4d0e1215a3..4721ae4a7b 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-course-details.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-course-details.tt @@ -44,8 +44,8 @@ Collection Call number Copy - Status - Date due + Status + Date due Notes @@ -74,6 +74,5 @@ [% END %] - - + [% INCLUDE 'opac-bottom.inc' %] diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-course-reserves.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-course-reserves.tt index d00748e509..2c9fd245d5 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-course-reserves.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-course-reserves.tt @@ -60,6 +60,6 @@ - + [% INCLUDE 'opac-bottom.inc' %] -- 2.39.2