Update topbar.tag

Fixes #816
pull/818/head
Mark Janssen 2015-05-22 18:21:07 +02:00
parent 04dc037f9e
commit eb1ea4c0b8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<c:otherwise>
<c:choose>
<c:when test="${ not empty userInfo.givenName || not empty userInfo.familyName }">
<c:set var="longName" value="${ userInfo.givenName } {$ userInfo.familyName }" />
<c:set var="longName" value="${ userInfo.givenName } ${ userInfo.familyName }" />
</c:when>
<c:otherwise>
<c:set var="longName" value="${ shortName }" />