removed escapeHTML function from L::L::Utils to prevent use of CGI/CGI::Simple and risk of clobbering cgi scripts form params if acquired using CGI::Simple - replaced with HTML::Escape::escape_html
solved fileuploader problem - affected registration script also - cgi scripts using CGI::Simple object had params clobbered by L::L::Utils using a global CGI::Simple object (introduced to overcome CGI::Simple::Standard::escapeHTML causing print_run to hang in symbolise() under dev server) - replaced by global CGI object, pending solution to print_run problem under dev server
tweaked specimen description on report to adjust for leading vowel & trailing decimal; removed 'research' from RXPB on report; adjusted the display order of outreach follow-up options with new 2yr & 5yr entries
bugfixes - reintroduced new/screened status to gross description worklist; replaced incorrect id on report morphology field preventing javascript replace function working