Merge pull request #129 from MarkPartlett/patch-1

Update to message.php to stop double icon.
This commit is contained in:
Pellaeon Lin 2018-03-24 13:35:40 +08:00 committed by GitHub
commit c2286f3391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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>