On the main biblio page that lists all records, with the style set to MLA, book chapters are missing the first set of quotation marks before the chapter title - eg.

Slings, Simon R.. Choral agons in democratic Athens, 510-400 BC." The manupulative mode. Political propaganda in antiquity. A collection of case studies. Eds. Karl Enenkel, and Ilja Leonard Pfeijffer. Mnemosyne Suppl. 261. Leiden: Brill, 2005. 43-63.

Thanks!

Comments

rjerome’s picture

Status: Active » Fixed

fixed if you want to fix it in your code, just add the opening quotation mark just before the span tag on line 182 of the biblio_style_mla.inc file...

          $output .= '"<span class="biblio-title-mla">';

(note the double quote, just after the single quote and before the span tag)

Ron.
http://drupal.org/cvs?commit=331044

BTW, this will all be a thing of the past soon, as I am nearing completion of a completely new styling engine (http://drupal.org/node/234692) based on the same style files used by Zotero and Mendeley.

Status: Fixed » Closed (fixed)

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