diff --git a/meshview/templates/chat.html b/meshview/templates/chat.html index 2c65a92..2c3a4a1 100644 --- a/meshview/templates/chat.html +++ b/meshview/templates/chat.html @@ -79,7 +79,7 @@ function renderPacket(packet, highlight = false) { replyHtml = `
- Replying to: ${escapeHtml((parent.long_name || "").trim() || `Node ${parent.from_node_id}`)}: + Replying to: ${escapeHtml((parent.long_name || "").trim() || `Node ${parent.from_node_id}`)}: ${escapeHtml(parent.payload || "")}