Partially revert 4aa6c05 since html is used in message

"Your account has been successfully created..."
This commit is contained in:
Pellaeon Lin 2017-08-16 01:28:28 +08:00
parent 4aa6c05aa9
commit 561e4bd6ae
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
\OCP\Util::addStyle('registration', 'style');
?>
<ul class="msg error-wide">
<li><?php p($_['msg'])?></li>
<li><?php print_unescaped($_['msg'])?></li>
</ul>