diff options
-rw-r--r-- | core/templates/untrustedDomain.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/untrustedDomain.php b/core/templates/untrustedDomain.php index 75054106ab2..1ae8b73d9b8 100644 --- a/core/templates/untrustedDomain.php +++ b/core/templates/untrustedDomain.php @@ -1,6 +1,6 @@ <?php /** @var array $_ */ ?> -<div class="error"> +<div class="guest-box"> <h2><?php p($l->t('Access through untrusted domain')); ?></h2> <p> |