[Koha-bugs] [Bug 5714] Unescaped ampersands in OPAC facets

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun May 29 01:02:27 CEST 2011


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

Magnus Enger <magnus at enger.priv.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #4275|0                           |1
        is obsolete|                            |

--- Comment #6 from Magnus Enger <magnus at enger.priv.no> 2011-05-28 23:02:27 UTC ---
Created attachment 4289
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4289
Signed-off patch

Did a search in the OPAC and viewed the source of the page. 

Before applying the patch a typical URL fragment for one of the facets looked
like this:
/cgi-bin/koha/opac-search.pl?idx=kw&q=lessig&amp;offset=&amp;expand=su-to#su-to_id

After applying the patch they all look like e.g.
/cgi-bin/koha/opac-search.pl?idx=kw&amp;q=lessig&amp;offset=&amp;expand=su-to#su-to_id

Notice the change from idx=kw&q to kw&amp;q. 

Signing off!

-- 
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