diff --git a/app/static/js/message-utils.js b/app/static/js/message-utils.js index 5cf8d37..a4fc099 100644 --- a/app/static/js/message-utils.js +++ b/app/static/js/message-utils.js @@ -88,19 +88,7 @@ function createImageThumbnail(url) { // Escape URL for use in HTML attributes const escapedUrl = escapeHtmlAttribute(url); - return ` -
- Image -
- ${url} -
-
- `; + return `
Image
${url}
`; } /**