https://bz.apache.org/bugzilla/show_bug.cgi?id=61475
Tim Allison <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Tim Allison <[email protected]> --- My fault on 61740. The appending of the picture text slipped into the loop instead of being applied after it. 1123 // Any picture text? 1124 if (pictureText != null && pictureText.length() > 0) { 1125 text.append("\n").append(pictureText); 1126 } -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
