fixed bug

This commit is contained in:
Bruce D'Arcus 2008-01-30 16:56:52 +00:00
parent a91e45ee60
commit f23d126fd4

View File

@ -58,9 +58,9 @@
<if type="book">
<text variable="title" font-variant="small-caps"/>
</if>
<if type="article">
<else-if type="article">
<text variable="title" font-style="italic"/>
</if>
</else-if>
<else>
<text variable="title"/>
</else>