mirror of
https://github.com/itflow-org/itflow
synced 2026-03-22 21:45:37 +00:00
Add summernote WYSIWYG function to Raising a ticket as we sanitize outout with HTMLPurify
This commit is contained in:
@@ -48,7 +48,7 @@ require_once('inc_portal.php');
|
||||
|
||||
<div class="form-group">
|
||||
<label>Details <strong class="text-danger">*</strong></label>
|
||||
<textarea class="form-control" rows="4" name="details" required></textarea>
|
||||
<textarea class="form-control summernote" name="details" required></textarea>
|
||||
</div>
|
||||
|
||||
<button class="btn btn-primary" name="add_ticket">Raise ticket</button>
|
||||
|
||||
Reference in New Issue
Block a user