]> source.dussan.org Git - nextcloud-server.git/commitdiff
convert text to single line so tabs in translation issue is fixed
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 15 Nov 2016 10:23:11 +0000 (11:23 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 16 Nov 2016 09:07:39 +0000 (10:07 +0100)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
settings/templates/personal.php

index ea1c7ba6459b6372183bf9caf6a061ee0701eb09..41c04ac48cd5eea9314d1fa3045557d216373b48 100644 (file)
@@ -182,12 +182,7 @@ if($_['passwordChangeSupported']) {
        </a>
 
                <p>
-                       <?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
-               <a href="https://nextcloud.com/contribute"
-                       target="_blank" rel="noreferrer">spread the word</a>!'));?>
+                       <?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 <a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer">spread the word</a>!'));?>
                </p>
 
        <?php if(OC_APP::isEnabled('firstrunwizard')) {?>