From d4b462eb8e3842571e354ac28d13888775b88ceb Mon Sep 17 00:00:00 2001
From: Filipe Medeiros
Date: Tue, 3 Oct 2017 18:32:32 -0300
Subject: [PATCH] Break text on mural box
---
mural/templates/mural/_view.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/mural/templates/mural/_view.html b/mural/templates/mural/_view.html
index 47bfd11..44eb0f8 100644
--- a/mural/templates/mural/_view.html
+++ b/mural/templates/mural/_view.html
@@ -67,7 +67,9 @@
{% autoescape off %}
- {{ post.post }}
+
+ {{ post.post }}
+
{% endautoescape %}
{% if post.image %}
--
libgit2 0.21.2