Fix unescaped quotes in IEEE style

This commit is contained in:
Dan Stillman 2007-09-08 06:05:18 +00:00
parent 62242380e8
commit ebb6d795d3

View File

@ -17450,7 +17450,7 @@ REPLACE INTO csl VALUES('http://purl.org/net/xbiblio/csl/styles/ieee.csl', '2007
<text variable="title" font-style="italic"/> <text variable="title" font-style="italic"/>
</if> </if>
<else> <else>
<text variable="title" prefix=' "' suffix='," '/> <text variable="title" prefix='' "'' suffix=''," ''/>
</else> </else>
</choose> </choose>
</macro> </macro>