Skip to content

Commit

Permalink
Update ENAH-full-note
Browse files Browse the repository at this point in the history
  • Loading branch information
natch-nacht committed Jun 28, 2015
1 parent e2d048f commit 9a1c91b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions escuela-nacional-de-antropologia-e-historia-full-note.csl
Expand Up @@ -424,8 +424,15 @@
</choose>
<choose>
<if type="motion_picture musical_score" match="any">
<text variable="genre" font-variant="small-caps" prefix=" ["/>
<text variable="page" prefix=", " suffix=" mins.]"/>
<choose>
<if variable="page">
<text variable="genre" font-variant="small-caps" prefix=" ["/>
<text variable="page" prefix=", " suffix=" mins.]"/>
</if>
<else>
<text variable="genre" font-variant="small-caps" prefix=" [" suffix="]"/>
</else>
</choose>
</if>
</choose>
</if>
Expand Down

0 comments on commit 9a1c91b

Please sign in to comment.