From b0a0cf94e4ded2a19acc40d4588fede6b73f3615 Mon Sep 17 00:00:00 2001
From: Hypolite Petovan <ben.lort@gmail.com>
Date: Thu, 20 Oct 2016 21:41:17 -0400
Subject: [PATCH] Fix Issue #2865 - reshared posts and additional text
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

😉
---
 view/templates/shared_content.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/view/templates/shared_content.tpl b/view/templates/shared_content.tpl
index 74f6aed6df..d3df6321ab 100644
--- a/view/templates/shared_content.tpl
+++ b/view/templates/shared_content.tpl
@@ -10,4 +10,4 @@
 		<div class="shared-wall-item-ago"><small><a href="{{$link}}" target="_blank"><span class="shared-time">{{$posted}}</a></a></small></div>
 	</div>
 	<blockquote class="shared_content">{{$content}}</blockquote>
-<div>
+</div>