Comment 9 for bug 1265049

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

Reviewed: https://reviews.mahara.org/3122
Committed: http://gitorious.org/mahara/mahara/commit/1d6a174a8b8e9332f5b3f8ec7971e134e8346d83
Submitter: Robert Lyon (<email address hidden>)
Branch: 1.8_STABLE

commit 1d6a174a8b8e9332f5b3f8ec7971e134e8346d83
Author: Robert Lyon <email address hidden>
Date: Tue Dec 31 08:31:40 2013 +1300

Stripping out escaped <br> from inbox messages (Bug #1265049)

Problem with previous preg_replace regex was it only dealt with things
at the beginning of a line, whereas the extra <br> was at the end of
the lines.

Moved the preg_replace for <br> to be doen first.

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