diff options
author | Martin <martin@lucas-smith.co.uk> | 2017-10-02 15:37:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-02 15:37:58 +0100 |
commit | 4e484fc2177d88b4b509cebe61633d5977032d6c (patch) | |
tree | 5cbd76ced70c1cef80ffbf2c8444953ec9f3852f /core/templates/layout.noscript.warning.php | |
parent | 9236733a838c91d8b275404f5f3497ddd200686e (diff) | |
download | nextcloud-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.php | 2 |
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> |