diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-11 12:41:14 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-11 12:41:14 +0100 |
commit | 47341eb4bd3209f5c1f837fc5b864e2cbf3123bc (patch) | |
tree | 54b31cd2b33549d2479f2cd436d69995298c8d7b | |
parent | 2b586eb91c66af7fb58b24db1de7eab4139179f2 (diff) | |
download | nextcloud-server-47341eb4bd3209f5c1f837fc5b864e2cbf3123bc.tar.gz nextcloud-server-47341eb4bd3209f5c1f837fc5b864e2cbf3123bc.zip |
spaces to tabs
-rw-r--r-- | settings/templates/personal.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 4f8f01adc89..adc7b529ea1 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -11,16 +11,16 @@ <div class="clientsbox"> -<h2><?php echo $l->t('Get the apps to sync your files');?></h2> -<a href="<?php echo $_['clients']['desktop']; ?>" target="_blank"> - <img src="<?php echo OCP\Util::imagePath('core', 'desktopapp.png'); ?>" /> -</a> -<a href="<?php echo $_['clients']['android']; ?>" target="_blank"> - <img src="<?php echo OCP\Util::imagePath('core', 'googleplay.png'); ?>" /> -</a> -<a href="<?php echo $_['clients']['ios']; ?>" target="_blank"> - <img src="<?php echo OCP\Util::imagePath('core', 'appstore.png'); ?>" /> -</a> + <h2><?php echo $l->t('Get the apps to sync your files');?></h2> + <a href="<?php echo $_['clients']['desktop']; ?>" target="_blank"> + <img src="<?php echo OCP\Util::imagePath('core', 'desktopapp.png'); ?>" /> + </a> + <a href="<?php echo $_['clients']['android']; ?>" target="_blank"> + <img src="<?php echo OCP\Util::imagePath('core', 'googleplay.png'); ?>" /> + </a> + <a href="<?php echo $_['clients']['ios']; ?>" target="_blank"> + <img src="<?php echo OCP\Util::imagePath('core', 'appstore.png'); ?>" /> + </a> </div> |