Hi There,
Sorry to open so many issues lately, we've been experiencing a high usage lately and people are reporting these to me.
It appears that certain fields are trimming whitespaces which is then causing random punctuation in the citation. For example putting a space in the field for Edition, Volume, Publisher, Pages etc will produce a punctuation in the ciatation with a space before it... Here is an example with a blank space entered into the Edition field and Publisher field. 
As you can see there are some weird spacing and punctation going on where the whitespace for edition and publisher were entered. I believe I found the issue and am including a patch. Sorry if this was resolved in a new release and I missed it!
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | biblio-trim-pages-whitepace-1953294.patch | 787 bytes | undrgrnd |
| #1 | biblio-trim-whitespaces-from-variables-1953294.patch | 735 bytes | undrgrnd |
| citation-whitespace-issue.png | 33.98 KB | undrgrnd |
Comments
Comment #1
undrgrnd commentedComment #2
rjerome commentedNo worries, everyone benefits.
I've pushed that patch...
http://drupalcode.org/project/biblio.git/commit/5600ea1
Comment #3
undrgrnd commentedFound one more small issue, sorry. I wasn't paying attention when trimming the whitespaces and I noticed that on some styles (Council of Science Editors for one) will put in a "p. ." if you put empty spaces in the pages field. I didn't realize pages were rendered differently than the volume, edition. publisher ones so I missed it in my last patch. So here's another!