summaryrefslogtreecommitdiffstats
path: root/system/libraries/Typography.php
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2008-10-01 03:37:59 +0200
committerRick Ellis <rick.ellis@ellislab.com>2008-10-01 03:37:59 +0200
commit8ca943f0c550c9b2e7f0deabe2f3fdd269db544d (patch)
tree32781a4c9c62e4606b38d7d6c834686913c1e624 /system/libraries/Typography.php
parentd6778fb261dedd1163d947295fd59970256a1f48 (diff)
Removed some errant spaces and tabs
Diffstat (limited to 'system/libraries/Typography.php')
-rw-r--r--system/libraries/Typography.php4
1 files 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;