https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40370 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- Created attachment 184065 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184065&action=edit Bug 40370: Remove incorrect DB audit instruction and fix HTML formatting This change removes the incorrect instruction from about.pl: "Run the following SQL to fix the database" and fixes the HTML formatting so that the line "-- Convert schema '' to '':;" is displayed correctly at the start of the line. Test plan: 0. Apply the patch 1. Go to http://localhost:8081/cgi-bin/koha/about.pl?tab=database 2. Note that "Run the following SQL to fix the database" no longer appears and "--Convert schema '' to '':;" starts at the beginning of the line instead of with leading whitespaces. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.