summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.noscript.warning.php
diff options
context:
space:
mode:
authorMartin <martin@lucas-smith.co.uk>2017-10-02 15:37:58 +0100
committerGitHub <noreply@github.com>2017-10-02 15:37:58 +0100
commit4e484fc2177d88b4b509cebe61633d5977032d6c (patch)
tree5cbd76ced70c1cef80ffbf2c8444953ec9f3852f /core/templates/layout.noscript.warning.php
parent9236733a838c91d8b275404f5f3497ddd200686e (diff)
downloadnextcloud-server-4e484fc2177d88b4b509cebe61633d5977032d6c.tar.gz
nextcloud-server-4e484fc2177d88b4b509cebe61633d5977032d6c.zip
Update enable javascript link to https
Diffstat (limited to 'core/templates/layout.noscript.warning.php')
-rw-r--r--core/templates/layout.noscript.warning.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.noscript.warning.php b/core/templates/layout.noscript.warning.php
index ba781f5502e..c7776bd33c4 100644
--- a/core/templates/layout.noscript.warning.php
+++ b/core/templates/layout.noscript.warning.php
@@ -3,7 +3,7 @@
<div>
<?php print_unescaped(str_replace(
['{linkstart}', '{linkend}'],
- ['<a href="http://enable-javascript.com/" target="_blank" rel="noreferrer">', '</a>'],
+ ['<a href="https://www.enable-javascript.com/" target="_blank" rel="noreferrer">', '</a>'],
$l->t('This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page.')
)); ?>
</div>