[fix] JS concact string.

This commit is contained in:
opi 2015-09-03 17:31:54 +02:00
parent df9e179ef1
commit d88dce3d3c

View file

@ -238,7 +238,7 @@ domReady(function(){
'<h2 class="user-username">'+ response.uid +'</h2>' +
'<small class="user-fullname">'+ response.givenName + ' ' + response.sn +'</small>' +
'<span class="user-mail">'+ response.mail +'</span>' +
'</a>'
'</a>' +
'</div>';