Update to message.php to stop double icon.
This stops the double icon after registration.
This commit is contained in:
parent
55423a78ae
commit
366fbd6bc4
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
\OCP\Util::addStyle('registration', 'style');
|
||||
if ( \OCP\Util::getVersion()[0] >= 12 )
|
||||
\OCP\Util::addStyle('core', 'guest')
|
||||
?>
|
||||
<ul class="msg error-wide">
|
||||
<li><?php print_unescaped($_['msg'])?></li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue