Skip to content

Commit

Permalink
Merge pull request #2613 from SCADA-LTS/fix/#2611_Fixed_event_message…
Browse files Browse the repository at this point in the history
…_in_Publisher

#2611 Fixed event message in Publisher -
  • Loading branch information
Limraj authored Jul 11, 2023
2 parents 1f19297 + 3690a83 commit 4f2f686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebContent/WEB-INF/jsp/publisherEdit.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
<c:forEach items="${publisherEvents}" var="event">
<tr><td class="formError">
<tag:eventIcon eventBean="${event}"/>
${event.prettyActiveTimestamp}:
${event.message}
<c:out value="${event.prettyActiveTimestamp}" />:
<c:out value="${event.message}" />
</td></tr>
</c:forEach>
</table>
Expand Down

0 comments on commit 4f2f686

Please sign in to comment.