Skip to content

Commit

Permalink
Add tags to show messages on mail header injection page
Browse files Browse the repository at this point in the history
  • Loading branch information
k-tamura committed Sep 8, 2017
1 parent fb03d1e commit e3ae4bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/templates/mailheaderinjection.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
</tr>
</table>
</form>
<p th:text="${msg}" />
<div th:if="${errmsg != null}" class="alert alert-danger" role="alert">
<span class="glyphicon glyphicon-warning-sign" th:text="${errmsg}"></span>
</div>
<div class="alert alert-info" role="alert">
<span class="glyphicon glyphicon-info-sign" th:utext="#{msg.note.mail.header.injection}"></span>
</div>
Expand Down

0 comments on commit e3ae4bc

Please sign in to comment.