Comment 6 for bug 1265049

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

Reviewed: https://reviews.mahara.org/2852
Committed: http://gitorious.org/mahara/mahara/commit/2476cf395e5718cac04e1a3294d544b4b04959f4
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit 2476cf395e5718cac04e1a3294d544b4b04959f4
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>