From: Norman Walsh Date: Tue, 9 Jul 2002 12:31:49 +0000 (+0000) Subject: Don't output square brackets if there's no biblioentry label X-Git-Tag: release/1.79.1~6^2~5441 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c3af4061a53f77ad4f399dd1857c646611d6dd2;p=docbook-dsssl Don't output square brackets if there's no biblioentry label --- 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 @@ - [ + [ + ] - + + [ - + ] + + - ]