Comment 14 for bug 554068

Revision history for this message
Erlan Sergaziev (sergeant) wrote :

Indeed the solution seems very easy but after trying to find how to fix this I realized how difficult it is to contribute code.

Can someone with access to source code please make the correction.

I believe it should just be one line:

if (i<list_count-1) {
  // code to append comma
}