diff --git a/src/snek/templates/web.html b/src/snek/templates/web.html
index 1f0603e..3cb583f 100644
--- a/src/snek/templates/web.html
+++ b/src/snek/templates/web.html
@@ -103,7 +103,7 @@ function updateTimes() {
const time = document.createElement("span");
time.innerText = app.timeDescription(container.dataset.created_at);
messageDiv.querySelectorAll("img").forEach(img => {
- text += " " + '';
+ text += " " + img.src
})