http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9814 Bug ID: 9814 Summary: KohaAdminEmailAddress syspref webpage field doesn't handle double quotes Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: System Administration Assignee: koha-bugs@lists.koha-community.org Reporter: matted-34813@mypacks.net CC: gmcharlt@gmail.com With syspref KohaAdminEmailAddress, I use: "The Library" <thelibrary@example.com> but the double quotes mess up the display of the syspref page. The app stores the value fine, but on retrieval it doesn't show. Workaround: The Library <thelibarary@example.com> might be valid and work with same result. The goal is to display a nice username instead of the raw email address. I suspect the template is using double quotes, so one might need to properly escape the field. This field is used as the From: mail address when sending notices is the branch details email is not set. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.