convert text to single line so tabs in translation issue is fixed

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2016-11-15 11:23:11 +01:00 committed by Roeland Jago Douma
parent 3c00ff2616
commit 317b132d31
No known key found for this signature in database
GPG key ID: F941078878347C0C

View 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')) {?>