summaryrefslogtreecommitdiffstats
path: root/core/templates/untrustedDomain.php
diff options
context:
space:
mode:
authorVolker E <volker.e@temporaer.net>2015-03-17 23:57:23 +0100
committerVolker E <volker.e@temporaer.net>2015-03-17 23:57:23 +0100
commit6ad76b5cc2a31545c7466ec1d6c18ac2bbf0dd09 (patch)
tree7996d4451c01f8656baa12658ab6a72d167be377 /core/templates/untrustedDomain.php
parent25b77159c453f72efd1e2c622fc4c4046816ca84 (diff)
downloadnextcloud-server-6ad76b5cc2a31545c7466ec1d6c18ac2bbf0dd09.tar.gz
nextcloud-server-6ad76b5cc2a31545c7466ec1d6c18ac2bbf0dd09.zip
addressing #14982 self-closing tags ending slash doesn't have a purpose & should be removed
Diffstat (limited to 'core/templates/untrustedDomain.php')
-rw-r--r--core/templates/untrustedDomain.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/templates/untrustedDomain.php b/core/templates/untrustedDomain.php
index b661834318d..3197916cebb 100644
--- a/core/templates/untrustedDomain.php
+++ b/core/templates/untrustedDomain.php
@@ -2,13 +2,13 @@
<ul class="error-wide">
<li class='error'>
- <?php p($l->t('You are accessing the server from an untrusted domain.')); ?><br/>
+ <?php p($l->t('You are accessing the server from an untrusted domain.')); ?><br>
<p class='hint'>
<?php p($l->t('Please contact your administrator. If you are an administrator of this instance, configure the "trusted_domain" setting in config/config.php. An example configuration is provided in config/config.sample.php.')); ?>
- <br/>
+ <br>
<?php p($l->t('Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain.')); ?>
- <br/><br/>
+ <br><br>
<p style="text-align:center;">
<a href="<?php print_unescaped(OC_Helper::makeURLAbsolute(\OCP\Util::linkToRoute('settings_admin'))); ?>?trustDomain=<?php p($_['domain']); ?>" class="button">
<?php p($l->t('Add "%s" as trusted domain', array($_['domain']))); ?>