We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f85b5 commit 572132fCopy full SHA for 572132f
messaging-core/src/main/webapp/WEB-INF/messaging/listTemplates.jsp
@@ -43,7 +43,7 @@
43
</c:choose>
44
<tr class="${rowClass}" data-toggle="${toggle}" data-placement="left" title="${tooltip}">
45
<td class="col-sm-2">
46
- <code><c:out value="${template.id}</code>"/>
+ <code><c:out value="${template.id}"/></code>
47
</td>
48
<td class="col-sm-7">
49
<c:out value="${template.declaration.description.content}"/>
@@ -74,4 +74,4 @@
74
$('[data-toggle="tooltip"]').tooltip()
75
})();
76
</script>
77
-</c:if>
+</c:if>
0 commit comments