Skip to content

Commit

Permalink
Add ID attribute to 'add note' textarea in bug_view page
Browse files Browse the repository at this point in the history
Fixes #22423

Signed-off-by: Damien Regad <dregad@mantisbt.org>
  • Loading branch information
libregeek authored and dregad committed Mar 14, 2017
1 parent 6a90fc8 commit 45008cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bugnote_add_inc.php
Expand Up @@ -113,7 +113,7 @@ class="dz dropzone-form"
<?php echo lang_get( 'bugnote' ) ?>
</th>
<td width="85%">
<textarea name="bugnote_text" class="form-control" rows="7"></textarea>
<textarea name="bugnote_text" id="bugnote_text" class="form-control" rows="7"></textarea>
</td>
</tr>

Expand Down Expand Up @@ -181,4 +181,4 @@ class="dz dropzone-form"
</form>
</div>
<?php
}
}

0 comments on commit 45008cc

Please sign in to comment.