Skip to content

Commit

Permalink
missing title [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed May 26, 2018
1 parent 3437efe commit 201191e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/src/xslt/fo.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,13 @@
<fo:table-row>
<fo:table-cell text-align="center">
<fo:block>
<fo:external-graphic src="url(images/logo.jpg)"/>
<fo:external-graphic src="url(images/logo.jpg)" content-height="scale-to-fit" height="4.00in"/>
</fo:block>
<fo:block font-family="Helvetica" font-size="16pt" padding-before="10mm">
<xsl:value-of select="/d:book/d:bookinfo/d:title"/>
<xsl:value-of select="/d:book/d:info/d:title"/>
</fo:block>
<fo:block font-family="Helvetica" font-size="12pt" padding="10mm">
<xsl:value-of select="/d:book/d:bookinfo/d:releaseinfo"/>
<fo:block font-family="Helvetica" font-size="10pt" padding="10mm">
Revision: <xsl:value-of select="/d:book/d:info/d:revhistory/d:revision/d:revnumber"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
Expand Down

0 comments on commit 201191e

Please sign in to comment.