[Pkg-owncloud-commits] [owncloud] 41/223: Fix missing caret in header menu for IE8

David Prévot taffit at moszumanska.debian.org
Sun Jun 22 01:54:04 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud.

commit 6c0e27ac9917979e44f3143e1eaa415c72ec6ec6
Author: Joas Schilling <nickvergessen at gmx.de>
Date:   Thu Jun 12 11:01:35 2014 +0200

    Fix missing caret in header menu for IE8
---
 core/templates/layout.user.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index efa169c..3f1b939 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -52,7 +52,7 @@
 				<div class="header-appname">
 					<?php p(!empty($_['application'])?$_['application']: $l->t('Apps')); ?>
 				</div>
-				<div class="icon-caret"></div>
+				<div class="icon-caret svg"></div>
 			</a>
 			<div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div>
 			<div id="settings" class="svg">

-- 
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