Skip to content

Commit 572132f

Browse files
dirty fix
1 parent a8f85b5 commit 572132f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messaging-core/src/main/webapp/WEB-INF/messaging/listTemplates.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</c:choose>
4444
<tr class="${rowClass}" data-toggle="${toggle}" data-placement="left" title="${tooltip}">
4545
<td class="col-sm-2">
46-
<code><c:out value="${template.id}</code>"/>
46+
<code><c:out value="${template.id}"/></code>
4747
</td>
4848
<td class="col-sm-7">
4949
<c:out value="${template.declaration.description.content}"/>
@@ -74,4 +74,4 @@
7474
$('[data-toggle="tooltip"]').tooltip()
7575
})();
7676
</script>
77-
</c:if>
77+
</c:if>

0 commit comments

Comments
 (0)