Comment 9 for bug 1520011

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

Reviewed: https://reviews.mahara.org/5831
Committed: https://git.mahara.org/mahara/mahara/commit/ab3ea18584637ad5823f94d98ad6f7219d96f402
Submitter: Robert Lyon (<email address hidden>)
Branch: 15.04_STABLE

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