From c01ac42c4604b3b129e8089e0dc683ebd418b380 Mon Sep 17 00:00:00 2001 From: Andy Staudacher Date: Sat, 29 Aug 2009 12:48:40 -0700 Subject: Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeString::purify(). Removing any p::clean() calls for arguments to t() and t2() since their args are wrapped in a SafeString anyway. --- themes/default/views/page.html.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'themes/default/views/page.html.php') diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 66282bae..ea2be37b 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -10,14 +10,14 @@ item()): ?> item()->is_album()): ?> - p::clean($theme->item()->title))) ?> + $theme->item()->title)) ?> item()->is_photo()): ?> - p::clean($theme->item()->title))) ?> + $theme->item()->title)) ?> - p::clean($theme->item()->title))) ?> + $theme->item()->title)) ?> tag()): ?> - p::clean($theme->tag()->name))) ?> + $theme->tag()->name)) ?> -- cgit v1.2.3