summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-10-03 14:58:26 +0200
committerGitHub <noreply@github.com>2017-10-03 14:58:26 +0200
commit42bd94261904574d807d9cf1917f6283b08287ac (patch)
tree54fb68bbd91bb79e7d32aff326deb30db5814501
parent7bac8a32b4e2dc41bd81445330acce82e0456a99 (diff)
parent4e484fc2177d88b4b509cebe61633d5977032d6c (diff)
downloadnextcloud-server-42bd94261904574d807d9cf1917f6283b08287ac.tar.gz
nextcloud-server-42bd94261904574d807d9cf1917f6283b08287ac.zip
Merge pull request #6729 from mvl22/patch-1
Update enable javascript link to https
-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>