[Koha-bugs] [Bug 6554] Broken encoding in members home/search page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 27 13:03:04 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6554

--- Comment #15 from Dobrica Pavlinusic <dpavlin at rot13.org> 2011-10-27 11:03:04 UTC ---
Created attachment 6073
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6073
remove unused code, cleanup ident and correctly mark templates as utf-8

Attached patch fixes template encoding.

It's artificially large since I also included removal of unused code, but only
relevant change to last version is

ENCODING => 'utf8'

in C4::Template around like 65 in Template->new.

This change is based on utf-8 hint from Template::FAQ since our templates don't
have BOM

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list