src/main/webapp/WEB-INF/jsp/issue-form.jsp

changeset 125
decc4c3854a1
parent 124
ed2e7aef2a3e
child 131
67df332e3146
     1.1 --- a/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Fri Oct 09 19:07:05 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Fri Oct 09 19:14:40 2020 +0200
     1.3 @@ -176,7 +176,7 @@
     1.4      <table class="formtable fullwidth">
     1.5          <tbody>
     1.6              <tr>
     1.7 -                <td><textarea rows="5" name="comment"></textarea></td>
     1.8 +                <td><textarea rows="5" name="comment" required></textarea></td>
     1.9              </tr>
    1.10          </tbody>
    1.11          <tfoot>

mercurial