From 8ca943f0c550c9b2e7f0deabe2f3fdd269db544d Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Wed, 1 Oct 2008 01:37:59 +0000 Subject: Removed some errant spaces and tabs --- system/libraries/Typography.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/libraries/Typography.php b/system/libraries/Typography.php index 7cdf7ddd6..59a96dfdb 100644 --- a/system/libraries/Typography.php +++ b/system/libraries/Typography.php @@ -84,7 +84,7 @@ class CI_Typography { if ($strip_js_event_handlers === TRUE) { $str = preg_replace("#<([^><]+?)([^a-z_\-]on\w*|xmlns)(\s*=\s*[^><]*)([><]*)#i", "<\\1\\4", $str); - } + } // Convert quotes within tags to temporary markers. We don't want quotes converted // within tags so we'll temporarily convert them to {@DQ} and {@SQ} @@ -132,7 +132,7 @@ class CI_Typography { $str .= $chunk; continue; } - + if ($process == FALSE) { $str .= $chunk; -- cgit v1.2.3-24-g4f1b