[Pkg-owncloud-commits] [owncloud] 61/172: fix style

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:40 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 1c731aacafdc80bb480d2c291d284005c7ab95c4
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Mon May 12 11:30:47 2014 +0200

    fix style
---
 core/js/share.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/js/share.js b/core/js/share.js
index 372f351..54da171 100644
--- a/core/js/share.js
+++ b/core/js/share.js
@@ -347,8 +347,8 @@ OC.Share={
 					}
 				})
 				.data("ui-autocomplete")._renderItem = function( ul, item ) {
-					return $( "<li>" )
-						.append( "<a>" + escapeHTML(item.displayname) + "<br>" + escapeHTML(item.email) + "</a>" )
+					return $('<li>')
+						.append('<a>' + escapeHTML(item.displayname) + "<br>" + escapeHTML(item.email) + '</a>' )
 						.appendTo( ul );
 				};
 			}

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