Closed GoogleCodeExporter closed 8 years ago
I've done some investigation, and the reason this is happening is because the
prefix
and suffix are determined for each() item in the list. However, during the first
iteration, they're stripped from the options.format, which means that on the
second
loop, the prefix and suffix are lost.
Simply moving the code which determines the prefix/suffix outside the loop
solves the
problem. I've attached a diff.
Original comment by jamesgur...@gmail.com
on 11 Feb 2010 at 7:37
Attachments:
Fixed for upcoming 1.2 (available on svn atm as beta).
Appears to now work fine, also thanks james for the diff.
Original comment by apar...@gmail.com
on 29 Apr 2010 at 4:58
Original issue reported on code.google.com by
jamesgur...@gmail.com
on 11 Feb 2010 at 7:19