fixed bug

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

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>