]> granicus.if.org Git - docbook-dsssl/commitdiff
Output blocks instead of wrappers around authors
authorNorman Walsh <ndw@nwalsh.com>
Fri, 22 Mar 2002 13:09:06 +0000 (13:09 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 22 Mar 2002 13:09:06 +0000 (13:09 +0000)
xsl/fo/titlepage.xsl

index 06a2f58ce7d09330df57dffdf774a342c29098d8..013101142e118e69c7c3ec4211a2131e2f696ef9 100644 (file)
 </xsl:template>
 
 <xsl:template match="author" mode="titlepage.mode">
-  <fo:wrapper>
+  <fo:block>
     <xsl:call-template name="anchor"/>
     <xsl:call-template name="person.name"/>
     <xsl:apply-templates select="affiliation" mode="titlepage.mode"/>
-  </fo:wrapper>
+  </fo:block>
 </xsl:template>
 
 <xsl:template match="authorblurb" mode="titlepage.mode">