Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-11-10 19:48:17 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-11-10 19:48:17 +0300
commit7f42840ed489e5600d339b93f3bba8e15f0e8a1d (patch)
tree215c58aec7cc3556499e877905c2caa7aac9f8f4 /templates
parent089e3e031b99d55b08a6d8712f312f3db1b5792d (diff)
use h2 for redirect warning and correct heading size
Diffstat (limited to 'templates')
-rw-r--r--templates/redirect.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/redirect.php b/templates/redirect.php
index 0f2b58d56..4eff23997 100644
--- a/templates/redirect.php
+++ b/templates/redirect.php
@@ -13,7 +13,7 @@
</div>
<?php else: ?>
<div class="error">
- <legend><strong><?php p($l->t('Redirect warning'));?></strong></legend>
+ <h2><?php p($l->t('Redirect warning'));?></h2>
<p><?php p($l->t('The previous page is sending you to %s', array($_['urlHost']))); ?></p>
<p><?php print_unescaped($l->t('If you do not want to visit that page, you can return to <a href="%s">the mail app</a>.', array($_['mailURL']))); ?></p>