putting terms back since they are now valid
This commit is contained in:
parent
0e8574650e
commit
7863cccbe0
3 changed files with 5 additions and 5 deletions
|
@ -193,7 +193,7 @@
|
|||
<text macro="title-short"/>
|
||||
<choose>
|
||||
<if type="interview">
|
||||
<text value="interview" text-case="lowercase"/>
|
||||
<text term="interview" text-case="lowercase"/>
|
||||
</if>
|
||||
<else-if variable="recipient">
|
||||
<text macro="issued"/>
|
||||
|
@ -401,7 +401,7 @@
|
|||
<text variable="genre" text-case="capitalize-first"/>
|
||||
</if>
|
||||
<else>
|
||||
<text value="letter" text-case="capitalize-first"/>
|
||||
<text term="letter" text-case="capitalize-first"/>
|
||||
</else>
|
||||
</choose>
|
||||
<text macro="recipient" prefix=" "/>
|
||||
|
|
|
@ -174,7 +174,7 @@
|
|||
<text macro="title-short"/>
|
||||
<choose>
|
||||
<if type="interview">
|
||||
<text value="interview" text-case="lowercase"/>
|
||||
<text term="interview" text-case="lowercase"/>
|
||||
</if>
|
||||
<else-if variable="recipient">
|
||||
<text macro="issued"/>
|
||||
|
@ -249,7 +249,7 @@
|
|||
<text variable="genre" text-case="capitalize-first"/>
|
||||
</if>
|
||||
<else>
|
||||
<text value="letter" text-case="capitalize-first"/>
|
||||
<text term="letter" text-case="capitalize-first"/>
|
||||
</else>
|
||||
</choose>
|
||||
<text macro="recipient" prefix=" "/>
|
||||
|
|
|
@ -187,7 +187,7 @@
|
|||
<text macro="title-short"/>
|
||||
<choose>
|
||||
<if type="interview">
|
||||
<text value="interview" text-case="lowercase"/>
|
||||
<text term="interview" text-case="lowercase"/>
|
||||
</if>
|
||||
<else-if variable="recipient">
|
||||
<text macro="issued"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue