Comment 5 for bug 1090203

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/1919
Committed: http://gitorious.org/mahara/mahara/commit/95981c2bf4074eb457897bdc543bddeeb49a8734
Submitter: Melissa Draper (<email address hidden>)
Branch: 1.6_STABLE

commit 95981c2bf4074eb457897bdc543bddeeb49a8734
Author: Son Nguyen <email address hidden>
Date: Fri Dec 14 16:12:29 2012 +1300

    Fix double encoding of &amp; in 'url' for a pagination (Bug #1090203)

    Make sure the string '&amp;' does NOT passed to 'url' of a pagination.

    All values of 'url' passed to build_pagination were well investigated
    and fixed.
    All strings of '&amp;' were also well investigated

    Change-Id: Id35837459e9dcfc42d2d6133720123e85758aac1
    Signed-off-by: Son Nguyen <email address hidden>