fixed dumb markup bug

This commit is contained in:
Bruce D'Arcus 2008-03-24 12:51:31 +00:00
parent abc3d54a37
commit cd9aadd46f

View File

@ -34,9 +34,9 @@
<if type="book">
<text macro="name-macro" font-variant="small-caps"/>
</if>
<if type="legal_case">
<else-if type="legal_case">
<text macro="name-macro"/>
</if>
</else-if>
<else>
<text macro="name-macro"/>
</else>