Partially revert 4aa6c05 since html is used in message
"Your account has been successfully created..."
This commit is contained in:
parent
4aa6c05aa9
commit
561e4bd6ae
|
|
@ -2,5 +2,5 @@
|
||||||
\OCP\Util::addStyle('registration', 'style');
|
\OCP\Util::addStyle('registration', 'style');
|
||||||
?>
|
?>
|
||||||
<ul class="msg error-wide">
|
<ul class="msg error-wide">
|
||||||
<li><?php p($_['msg'])?></li>
|
<li><?php print_unescaped($_['msg'])?></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue