Comment 10 for bug 1520011

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

Reviewed: https://reviews.mahara.org/5830
Committed: https://git.mahara.org/mahara/mahara/commit/c37828914a7508fb6e61ec5cc096b9bf3b1524fa
Submitter: Robert Lyon (<email address hidden>)
Branch: 15.10_STABLE

commit c37828914a7508fb6e61ec5cc096b9bf3b1524fa
Author: Robert Lyon <email address hidden>
Date: Fri Nov 27 15:53:04 2015 +1300

Bug 1520011: Notifications displaying incorrectly

If we have special chars like " or > in a feedback message they get
saved to db as htmlspecialchars like &quot; or $gt;

When we go to display them we turn the & part into a specialchar again
leading to bad display.

Change-Id: Ie66dd599029f0939938f0d1d829c4156b5db6d56
Signed-off-by: Robert Lyon <email address hidden>