Update of /cvsroot/refdb/refdb/xsl/refdb/docbk-refdb-xsl/docbk-fo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25093/xsl/refdb/docbk-refdb-xsl/docbk-fo
Modified Files:
Tag: Release_0_9_5_stable
docbk-refdb-fo.xsl.in
Log Message:
force hyperlink in bib output to new line
Index: docbk-refdb-fo.xsl.in
===================================================================
RCS file: /cvsroot/refdb/refdb/xsl/refdb/docbk-refdb-xsl/docbk-fo/docbk-refdb-fo.xsl.in,v
retrieving revision 1.9.2.2
retrieving revision 1.9.2.3
diff -u -U2 -r1.9.2.2 -r1.9.2.3
--- docbk-refdb-fo.xsl.in 17 Oct 2004 00:35:47 -0000 1.9.2.2
+++ docbk-refdb-fo.xsl.in 27 Nov 2004 23:20:08 -0000 1.9.2.3
@@ -107,4 +107,7 @@
<xsl:variable name="reftype" select="ancestor::bibliomixed/@role"/>
<xsl:variable name="target" select="@url"/>
+ <!-- the empty block forces the hyperlink into a new line. This
+ is less intrusive than half-emtpy lines due to bad hyphenation -->
+ <fo:block/>
<fo:basic-link external-destination='url({$target})'>
<xsl:choose>
|