Hi,

I hope it's ok to post this as an issue:
when citeproc renders an bibliography entry, it adds an opening quotation mark to the title.
I'm using my first self-created csl-style, so it's not impossible that the mistake is mine - but I carefully checked for any 'quotes' and 'prefix' attributes. Also if I test the style elsewhere, everything looks good.

greetings,
eR

CommentFileSizeAuthor
#2 cbwg.txt14.02 KBenochRoot
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rjerome’s picture

Could you post the .csl file here so I can take a look at it?

enochRoot’s picture

FileSize
14.02 KB

Here's the .csl (attached as .txt)

Thanks for caring,
eR

rjerome’s picture

There is a little bug in the citeproc code, but you can work around it by removing the quotes="false" attribute from line 159 in your file...

<text variable="title" form="long" quotes="false" prefix="»" suffix="«. "/>

You don't need quotes="false" because false is the default state. You only needs the quotes attribute if you want to set it true.

Obviously, setting it to false should also be possible, and I will fix that, but for now just remove that attribute if it's false.

Ron.

rjerome’s picture

Status: Active » Fixed

Just pushed the fix for this... http://drupal.org/user/54997

enochRoot’s picture

thanks a lot!
(and a general thumbs up for the biblio module)

eR

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.