From b9bd1681a3b1496c0f1bbe5e6254ab4fd0c9fe30 Mon Sep 17 00:00:00 2001 From: Andy Staudacher Date: Sat, 29 Aug 2009 22:54:20 -0700 Subject: Update all code to use helper method html::clean(), html::purify(), ... instead of SafeString directly. --- modules/notification/views/item_added.html.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/notification/views/item_added.html.php') diff --git a/modules/notification/views/item_added.html.php b/modules/notification/views/item_added.html.php index 70b8fca4..f697fea6 100644 --- a/modules/notification/views/item_added.html.php +++ b/modules/notification/views/item_added.html.php @@ -1,14 +1,14 @@ - <?= SafeString::of($subject) ?> + <?= html::clean($subject) ?> -

+

- + @@ -21,7 +21,7 @@ description): ?> - +
title) ?>title) ?>
description)) ?>description)) ?>
-- cgit v1.2.3