forked from retoor/snek
The change modifies the chat message insertion logic in web.html to append `message.firstChild` rather than the entire `message` element, ensuring only the inner content is added to the chat-messages container. This prevents wrapping the HTML fragment in an extra div layer, preserving the expected DOM structure for subsequent layout updates.