https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41735 --- Comment #2 from David Nind <david@davidnind.com> --- Created attachment 192193 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192193&action=edit Bug 41735: Tidy OPAC self-registration page opac/opac-memberentry.pl has a double comma in the source code. Test plan: 1. Tidy the file: perl misc/devel/tidy.pl opac/opac-memberentry.pl 2. Generate a diff: git diff 3. Note the double comma. 4. Reset everything: git checkout opac/opac-memberentry.pl 5. Apply the patch. 6. Repeat steps 1 and 2 - no tidy changes made. 7. Run the qa script - there should be no warnings or errors: qa Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.