Fixed the quoting issue thanks to James Howison
This commit is contained in:
parent
451fd9a2e4
commit
e5cc042947
|
@ -26,13 +26,13 @@
|
|||
<macro name="title">
|
||||
<choose>
|
||||
<if type="thesis">
|
||||
<text variable="title" form="short" quotes="true"/>
|
||||
<text variable="title" form="short" prefix="‘" suffix="’"/>
|
||||
</if>
|
||||
<else-if type="book">
|
||||
<text variable="title" form="short" font-style="italic"/>
|
||||
</else-if>
|
||||
<else>
|
||||
<text variable="title" form="short" quotes="true"/>
|
||||
<text variable="title" form="short" prefix="‘" suffix="’"/>
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" xml:lang="en">
|
||||
<info>
|
||||
<title>Art History Journal</title>
|
||||
<title>Oxford Art Journal</title>
|
||||
<id>http://www.zotero.org/styles/oxford-art</id>
|
||||
<link>http://www.zotero.org/styles/oxford-art</link>
|
||||
<source>http://www.oxfordjournals.org/oxartj/for_authors/index.html</source>
|
||||
|
@ -26,13 +26,13 @@
|
|||
<macro name="title">
|
||||
<choose>
|
||||
<if type="thesis">
|
||||
<text variable="title" form="short" quotes="true"/>
|
||||
<text variable="title" form="short" prefix="‘" suffix="’"/>
|
||||
</if>
|
||||
<else-if type="book">
|
||||
<text variable="title" form="short" font-style="italic"/>
|
||||
</else-if>
|
||||
<else>
|
||||
<text variable="title" form="short" quotes="true"/>
|
||||
<text variable="title" form="short" prefix="‘" suffix="’"/>
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
|
|
Loading…
Reference in New Issue
Block a user