[Pkg-owncloud-commits] [owncloud] 442/457: remove unneeded span around Settings text, fixes cursor

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:07:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 2abedd544beb962219493defcdcb1561be1b12d1
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Wed Jun 17 14:37:58 2015 +0200

    remove unneeded span around Settings text, fixes cursor
---
 apps/files/templates/appnavigation.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files/templates/appnavigation.php b/apps/files/templates/appnavigation.php
index 70b9830..512300e 100644
--- a/apps/files/templates/appnavigation.php
+++ b/apps/files/templates/appnavigation.php
@@ -12,7 +12,7 @@
 	<div id="app-settings">
 		<div id="app-settings-header">
 			<button class="settings-button" data-apps-slide-toggle="#app-settings-content">
-				<span><?php p($l->t('Settings'));?></span>
+				<?php p($l->t('Settings'));?>
 			</button>
 		</div>
 		<div id="app-settings-content">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list