">
" data-field="title" disabled>
UUID
">
">P
Edit Ticket
Description
Comments
Description
Comments
Enable Markdown
Preview Markdown
Add Comment
"; echo "
"; echo "
" . htmlspecialchars($comment['user_name']) . "
"; echo "
" . date('M d, Y H:i', strtotime($comment['created_at'])) . "
"; echo "
"; echo "
"; if ($comment['markdown_enabled']) { // For markdown comments, use JavaScript to render echo ""; } else { // For non-markdown comments, convert line breaks to
and escape HTML echo nl2br(htmlspecialchars($comment['comment_text'])); } echo "
"; echo "
"; } ?>
Comments
and escape HTML echo nl2br(htmlspecialchars($comment['comment_text'])); } echo "