From 4c3af4061a53f77ad4f399dd1857c646611d6dd2 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Tue, 9 Jul 2002 12:31:49 +0000 Subject: [PATCH] Don't output square brackets if there's no biblioentry label --- xsl/fo/biblio.xsl | 11 +++++++---- xsl/html/biblio.xsl | 11 +++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/xsl/fo/biblio.xsl b/xsl/fo/biblio.xsl index 6777d98a7..e4ac78618 100644 --- a/xsl/fo/biblio.xsl +++ b/xsl/fo/biblio.xsl @@ -176,16 +176,19 @@ - [ + [ + ] - + + [ - + ] + + - ] diff --git a/xsl/html/biblio.xsl b/xsl/html/biblio.xsl index c01d864e6..646ab17ff 100644 --- a/xsl/html/biblio.xsl +++ b/xsl/html/biblio.xsl @@ -162,16 +162,19 @@ - [ + [ + ] - + + [ - + ] + + - ] -- 2.50.1