Skip to content

Commit 973a0dc

Browse files
committed
Fix customMessage in issueform
1 parent 1c92afa commit 973a0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/fragments/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h4 class="modal-title">Report Issue</h4>
6767
<div class="modal-body">
6868
<div class="form-group">
6969
<label for="customMessage"><span class="glyphicon glyphicon-chat"></span> Message to add to the report:</label>
70-
<textarea class="form-control" id="customMessage" placeholder="Enter message" cols="40" rows="5"></textarea>
70+
<textarea class="form-control" id="customMessage" placeholder="Enter message" cols="40" rows="5" name="customMessage"></textarea>
7171
<input type="hidden" name="currentLocation"></input>
7272
</div>
7373
</div>

0 commit comments

Comments
 (0)