From 43921fa625e91c5bae47e7e65dd9560df16e9451 Mon Sep 17 00:00:00 2001 From: "kazzer@ub.uni-leipzig.de" <kazzer@uni-leipzig.de> Date: Wed, 1 Jun 2022 14:52:52 +0200 Subject: [PATCH] refs #21924 [finc] removes double - to prevent XML rendering warning in W3Cwq --- themes/finc/templates/ContentBlock/FacetList.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/finc/templates/ContentBlock/FacetList.phtml b/themes/finc/templates/ContentBlock/FacetList.phtml index b6a8d836a52..886e12940c2 100644 --- a/themes/finc/templates/ContentBlock/FacetList.phtml +++ b/themes/finc/templates/ContentBlock/FacetList.phtml @@ -1,4 +1,4 @@ -<!-- finc: ContentBlock -- FacetList --> +<!-- finc: ContentBlock - FacetList --> <?php // Load search actions and settings (if any): $options = $this->searchOptions($searchClassId); @@ -95,4 +95,4 @@ JS; <?php endforeach; ?> </div> <?php endif; ?> -<!-- finc: ContentBlock -- FacetList - END --> \ No newline at end of file +<!-- finc: ContentBlock - FacetList - END --> \ No newline at end of file -- GitLab