From b0f1f2d2010f8bdce933ac0e853ff1c4ea53d53a Mon Sep 17 00:00:00 2001
From: Bobby
Date: Tue, 28 Mar 2023 00:50:49 -0400
Subject: Fixed view on IE6
---
templates/blog/activity.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/blog/activity.html b/templates/blog/activity.html
index 6c3d99f2..b23a1045 100644
--- a/templates/blog/activity.html
+++ b/templates/blog/activity.html
@@ -40,7 +40,7 @@
{% for comment in activity_recent_comments %}
On {{ comment.post.title }}:
- {{ comment.body|safe }}
+ {{ comment.body|safe }}
{% endfor %}
--
cgit v1.2.3