Comment 3 for bug 1090203

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

Reviewed: https://reviews.mahara.org/1918
Committed: http://gitorious.org/mahara/mahara/commit/5efa4b2479dc1611ac6ea59e3e965c80b40987b9
Submitter: Hugh Davenport (<email address hidden>)
Branch: master

commit 5efa4b2479dc1611ac6ea59e3e965c80b40987b9
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>