Merge pull request #46 from Kloadut/fix-js-concat

[fix] JS concact string.
wip_internal_redirect
opi 2015-10-07 09:55:03 +02:00
commit 1e9087b644
1 changed files with 1 additions and 1 deletions

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