summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-17 23:56:32 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-17 23:56:32 -0400
commit455e8380f33bc7b4d7658e2ea153aae8a250b318 (patch)
treef7dd20e7682b46ce562a8aab98c6d156615fef70 /templates/main.php
parent45e7d2dfd727315d3a102aa9ba97c6c2eebec68e (diff)
different small fixes
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 96e419eeb..4b0f1ad23 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -40,7 +40,7 @@ if($showAll){
<button class="svg"></button>
</li>
<li style="float: right">
- <button class="svg" id="settingsbtn" title="<?php echo $l->t('Settings'); ?>"><img class="svg" src="<?php echo OCP\Util::imagePath('core','actions/settings.png'); ?>" alt="<?php echo $l->t('Settings'); ?>" /></button>
+ <button id="settingsbtn" title="<?php echo $l->t('Settings'); ?>"><img class="svg" src="<?php echo OCP\Util::imagePath('core','actions/settings.png'); ?>" alt="<?php echo $l->t('Settings'); ?>" /></button>
</li>
</ul>
</div>