http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10074
M. de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|Trivial patch |Small patch --- Comment #21 from M. de Rooy <[email protected]> --- QA Comment: Good catch, Tomas. Moved your second use to a require too in InstallAuth.pm. Improving code by using output routine in module instead of printing directly to stdout without taking care of proper encoding. This does not revert the change in Templates.pm btw, but corrects encoding for login and installer template. Note that a separate encode statement could have done the job too, but this is even better. Passed QA -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
