mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #03272
[Bug 711038] Re: Account suspension message displays HTML code
That message is printed out with a smarty filter called 'clean_html',
which I'm guessing is causing the < and > of html to be printed instead
of processed.
Two options that I can see right now -
1) take out the clean_html filter for that template
2) remove the HTML from the suspended message
Neither is particularly attractive, but #2 is probably the better option
- ie it will break fewer things.
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/711038
Title:
Account suspension message displays HTML code
Status in Mahara ePortfolio:
Triaged
Bug description:
found on master.dev
When a suspended user tries to access his account, the following
message is shown:
Your account has been suspended as of 2011-02-01 14:24:35. The reason
for your suspension is:<blockquote>Spam suspect. If you think that is
not correct, please contact us.</blockquote>
The blockquotes are not translated correctly because the HTML code is
displayed.
References