Skip to content

Commit

Permalink
Improve design of 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 8ff5eec commit ebde83e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ protected void doGet(HttpServletRequest req, HttpServletResponse res) throws Ser
bodyHtml.append(MessageUtils.getMsg("description.send.mail", locale));
bodyHtml.append("<br><br>");
bodyHtml.append("<form action=\"mailheaderijct\" method=\"post\" enctype=\"multipart/form-data\">");
bodyHtml.append("<table style=\"font-size:small;\">");
bodyHtml.append("<table class=\"table table-bordered\" style=\"font-size:small;\">");
bodyHtml.append("<tr>");
bodyHtml.append("<td>" + MessageUtils.getMsg("label.your.name", locale) + ":&nbsp;<br><br></td>");
bodyHtml.append("<td><input type=\"text\" name=\"name\" size=\"50\"/><br><br></td>");

0 comments on commit ebde83e

Please sign in to comment.