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 topic navigation last…
Browse files Browse the repository at this point in the history
… post column
  • Loading branch information
achaabni committed Oct 22, 2015
1 parent d251757 commit 3f94c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/jnt_topic/html/topic.forum.jsp
Expand Up @@ -72,7 +72,7 @@
<span>
<dfn><fmt:message 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 href="<c:url value='${url.base}${functions:lookupUser(createdBy.string).localPath}.forum-profile.html?jsite=${renderContext.site.identifier}'/>"><img height="9"
Expand Down

0 comments on commit 3f94c8b

Please sign in to comment.