Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Add Space between 'by' and 'guest' reference in forum and rooms navig…
Browse files Browse the repository at this point in the history
…ation last post column
  • Loading branch information
achaabni committed Oct 19, 2015
1 parent 6ce7bc0 commit d251757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -110,7 +110,7 @@
</dfn>
<fmt:message key="by"/>
<c:if test="${createdBy.string eq 'guest'}">
${createdBy.string} <br/><fmt:formatDate value="${lastModified.time}" dateStyle="full" type="both"/>
&nbsp;${createdBy.string} <br/><fmt:formatDate value="${lastModified.time}" dateStyle="full" type="both"/>
</c:if>
<c:if test="${createdBy.string ne 'guest'}">
<a href="<c:url value='${url.base}${functions:lookupUser(createdBy.string).localPath}.forum-profile.html?jsite=${renderContext.site.identifier}'/>"><img height="9"
Expand Down
Expand Up @@ -187,7 +187,7 @@
key="last.post"/></dfn>
<fmt:message key="by"/>
<c:if test="${createdBy.string eq 'guest'}">
${createdBy.string} <br/><fmt:formatDate value="${lastModified.time}" dateStyle="full" type="both"/>
&nbsp;${createdBy.string} <br/><fmt:formatDate value="${lastModified.time}" dateStyle="full" type="both"/>
</c:if>
<c:if test="${createdBy.string ne 'guest'}">
<a
Expand Down

0 comments on commit d251757

Please sign in to comment.