diff options
author | Joas Schilling <coding@schilljs.com> | 2016-08-26 14:04:37 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-08-26 14:04:37 +0200 |
commit | 419c42b0aac86b10762c89572bf8c4ebf7df09dc (patch) | |
tree | 8658f91da5d598f3a4f611d1df16d89d85458ea6 /settings | |
parent | ab5a69b94d48581417693f52f374bd666201f104 (diff) | |
download | nextcloud-server-419c42b0aac86b10762c89572bf8c4ebf7df09dc.tar.gz nextcloud-server-419c42b0aac86b10762c89572bf8c4ebf7df09dc.zip |
Fix more HTML "syntax"
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 35ba65384bf..a3ea87a89c6 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -186,7 +186,7 @@ if($_['passwordChangeSupported']) { <?php print_unescaped($l->t('If you want to support the project <a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer">join development</a> - <or></or> + or <a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer">spread the word</a>!'));?> </p> |