Merge pull request #129 from MarkPartlett/patch-1
Update to message.php to stop double icon.
This commit is contained in:
commit
c2286f3391
|
|
@ -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