From 35a4abfd47b4687983fa2ffc22c431909fe136a0 Mon Sep 17 00:00:00 2001 From: Martin Cording Date: Fri, 22 Aug 2014 18:05:11 +0200 Subject: [PATCH] DDBEASY-108 - Tags on some items break the whole layout. --- includes/ting_relation.field.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ting_relation.field.inc b/includes/ting_relation.field.inc index ebb4ef7..bd67a5d 100644 --- a/includes/ting_relation.field.inc +++ b/includes/ting_relation.field.inc @@ -189,7 +189,7 @@ function ting_relation_get_abstract($relation) { break; } - return empty($abstract) ? FALSE : $abstract; + return empty($abstract) ? FALSE : strip_tags($abstract); } /**