From 15d6227aa2716cdfd981e7ff146afb254a61ea02 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 31 Dec 2020 09:06:29 -0500 Subject: [PATCH] [quattro] Convert wall-item-body span to div - This element contains the post body that can also contains block elements --- view/theme/quattro/templates/wall_thread.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/quattro/templates/wall_thread.tpl b/view/theme/quattro/templates/wall_thread.tpl index 84f83e06f5..c53bd46c85 100644 --- a/view/theme/quattro/templates/wall_thread.tpl +++ b/view/theme/quattro/templates/wall_thread.tpl @@ -54,7 +54,7 @@
{{if $item.title}}

{{$item.title}}

{{/if}} - {{$item.body_html nofilter}} +
{{$item.body_html nofilter}}