did html export for bibligraphies change in zotero 2.1

I am generating bibliographies in html to publish on a web page. I am doing this with a colleague. She is using zotero 2.0 something. I am using zotero 2.1.8. We are using Chicago style note with bibliography.

Her code looks like this:

<p style="margin:0">Airriess, Christopher A. “Creating Vietnamese landscapes and place in New Orleans.” In <span style="font-style:italic;">Geographical Identities of Ethnic America : Race, Space, and Place</span>. Reno: University of Nevada Press, 2002. <span class="Z3988" title="url_ver=Z39.88-2004&ctx_ver=Z39.88-2004&rft_id=urn%3Aisbn%3A0874174872&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=bookitem&rft.atitle=Creating%20Vietnamese%20landscapes%20and%20place%20in%20New%20Orleans&rft.place=Reno&rft.publisher=University%20of%20Nevada%20Press&rft.aufirst=Christopher%20A.&rft.aulast=Airriess&rft.au=Christopher%20A.%20Airriess&rft.date=2002&rft.isbn=0874174872"> </span></p>


My code looks like this:

<div class="csl-entry">Arnesen, Eric. <i>Waterfront Workers of New Orleans: Race, Class, and Politics, 1863-1923</i>. University of Illinois Press, 1994.</div>
<span class="Z3988" title="url_ver=Z39.88-2004&ctx_ver=Z39.88-2004&rfr_id=info%3Asid%2Fzotero.org%3A2&rft_id=urn%3Aisbn%3A0252063775&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Waterfront%20Workers%20of%20New%20Orleans%3A%20Race%2C%20Class%2C%20and%20Politics%2C%201863-1923&rft.publisher=University%20of%20Illinois%20Press&rft.aufirst=Eric&rft.aulast=Arnesen&rft.au=Eric%20Arnesen&rft.date=1994-05-01&rft.isbn=0252063775"/>

So my web pages are double spaced, even though I don't want them to be. But why is my code different from hers?

Thanks.
  • quick answer is yes, everything related to csl has changed from 2.0 to 2.1 - CMoS does look correctly for min in html export, but the line spacing is set in the csl-bib-body node that's one level above the individual csl-entry. Are you not getting that.
    To me the 2.1 code looks a lot cleaner, no?
  • @eamoone,

    What adamsmith said. If you're embedding the markup in a web page, you can control the appearance of the 2.1 output with CSS declarations set in the page.
  • OK, thanks for your replies.
Sign In or Register to comment.