From c9734acf91f757c395ad090a8385d129f170237f Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 12 Dec 2014 09:04:57 -0500 Subject: [PATCH] Bug 13449 - Syndetics TOC will not display in some cases For reasons unknown, the table of contents data from Syndetics will not display if there is no p element, even though within that if for the p element there's a second one for the p element! This is neither good nor necessary. Test Plan: 1) Enable Syndetics 2) Find a record that should have a Syndetics TOC but doesn't 3) Apply this patch 4) Reload the page 5) Note the Syndetics TOC data now displays --- .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt index 88bbad2..71b022b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -728,9 +728,7 @@

Table of contents provided by Syndetics

-- 1.7.2.5