From: Jirka Kosek Date: Sun, 25 Apr 2004 10:35:01 +0000 (+0000) Subject: Fixed cut'n'paste mistake. Attributes must be attached to wrapper element, not to... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=496412c226a198c79c9098b4e701e39c01fcd0e3;p=docbook-dsssl Fixed cut'n'paste mistake. Attributes must be attached to wrapper element, not to variable. --- diff --git a/xsl/template/titlepage.xsl b/xsl/template/titlepage.xsl index 8258fbbd6..eb333a0d1 100644 --- a/xsl/template/titlepage.xsl +++ b/xsl/template/titlepage.xsl @@ -184,8 +184,6 @@ and verso sides of the title page. recto.content - @@ -207,6 +205,8 @@ and verso sides of the title page. normalize-space($recto.content) != '' + $recto.content @@ -216,8 +216,6 @@ and verso sides of the title page. verso.content - @@ -239,6 +237,8 @@ and verso sides of the title page. normalize-space($verso.content) != '' + $verso.content