From baa214bac5822a14adc7fea42f38c3160d90e5c4 Mon Sep 17 00:00:00 2001
From: Cristina Hanes <cristinawithout@705216.no-reply.drupal.org>
Date: Tue, 17 Apr 2012 21:04:21 -0700
Subject: [PATCH] Issue #1480264: Change filter_xss to check_markup

---
 splashify.display.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/splashify.display.inc b/splashify.display.inc
index 697fb5a..158be19 100644
--- a/splashify.display.inc
+++ b/splashify.display.inc
@@ -385,7 +385,7 @@ function _splashify_get_config() {
 
   if (is_array($what_content)) {
     // We are dealing with a text_format field.
-    $what_content_value = filter_xss($what_content['value']);
+    $what_content_value = check_markup($what_content['value'], $what_content['format']);
   }
   elseif (isset($what_content)) {
     // We are dealing with a textarea field.
-- 
1.7.5.4

