From a4dbd6657ca48131731da050c5378be8c84eda0e Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 12 Jul 2010 21:16:30 -0700 Subject: fix friggin ' for IE --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 2b608760c..0633a828f 100644 --- a/boot.php +++ b/boot.php @@ -192,7 +192,7 @@ if(! function_exists('escape_tags')) { function escape_tags($string) { return(str_replace( array('&', '"', "'", '<', '>'), - array('&', '"', ''', '<', '>'), $string)); + array('&', '"', ''', '<', '>'), $string)); }} if(! function_exists('login')) { -- cgit v1.2.3