Changeset 2664
- Timestamp:
- 05/07/2008 03:16:00 PM (7 months ago)
- Files:
-
- 1 modified
-
trunk/system/helpers/text.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/helpers/text.php
r2635 r2664 300 300 301 301 // The following regexes only need to be executed if the string contains html 302 if ( ($html_found = strpos($str, '<')) !== FALSE)302 if ($html_found = (strpos($str, '<') !== FALSE)) 303 303 { 304 304 // Elements that should not be surrounded by p tags
