Ticket tasks - set maxlength html attribute

This commit is contained in:
wrongecho
2025-05-14 16:05:43 +01:00
parent 40086f1ce0
commit 5bd03be1ad
3 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ $row = mysqli_fetch_array($sql);
$task_template_name = nullable_htmlentities($row['task_template_name']);
$task_template_order = intval($row['task_template_order']);
$task_template_completion_estimate = intval($row['task_template_completion_estimate']);
$task_template_description = nullable_htmlentities($row['task_template_description']);
//$task_template_description = nullable_htmlentities($row['task_template_description']);
// Generate the HTML form content using output buffering.
ob_start();