http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10638 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- (In reply to Srdjan Jankovic from comment #3)
& is a reserved character in urls, and should not be replaced with &
Do you have a source for that Srdjan? It's not that I doubt you, but it's a subject that I've pondered and tried researching many times. If you look elsewhere in Koha, you'll notice query strings that use the & entity instead of &. In terms of XHTML validation, I've seen/heard of issues with validation when there are links that use & instead of &. Browsers seem to handle & just fine instead of &. Examples of & over &: admin/z3950servers.tt opac-detail.tt opac-results.tt etc... Even if that is the case though, I'm sure that could be added in a follow-up. -- You are receiving this mail because: You are watching all bug changes.