https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17385
--- Comment #327 from Marcel de Rooy <[email protected]> --- (In reply to Marcel de Rooy from comment #326) > +++ b/basket/downloadcart.pl > + elsif ($format =~ /^xsl\.(.*)$/) { > Why are you adding a group for the part after xsl. and ignoring $1 after the > match? > Note that this format with xsl.[filename] looks a bit confusing. Same for + $format = "html" if ( $format =~ /^xsl\./ ); -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
