Skip to content
Snippets Groups Projects
Commit 47341eb4 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

spaces to tabs

parent 2b586eb9
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment