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

--- Comment #4 from David Cook <[email protected]> ---
(In reply to Srdjan Jankovic from comment #3)
> & is a reserved character in urls, and should not be replaced with &amp;

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 &amp; entity
instead of &. 

In terms of XHTML validation, I've seen/heard of issues with validation when
there are links that use & instead of &amp;. Browsers seem to handle &amp; just
fine instead of &. 

Examples of &amp; 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.
_______________________________________________
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/

Reply via email to