Fixed the quoting issue thanks to James Howison

This commit is contained in:
Julian Onions 2007-11-26 18:01:48 +00:00
parent 451fd9a2e4
commit e5cc042947
2 changed files with 5 additions and 5 deletions

View File

@ -26,13 +26,13 @@
<macro name="title">
<choose>
<if type="thesis">
<text variable="title" form="short" quotes="true"/>
<text variable="title" form="short" prefix="&#8216;" suffix="&#8217;"/>
</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="&#8216;" suffix="&#8217;"/>
</else>
</choose>
</macro>

View File

@ -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="&#8216;" suffix="&#8217;"/>
</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="&#8216;" suffix="&#8217;"/>
</else>
</choose>
</macro>