Changeset 2775
- Timestamp:
- 06/09/2008 11:42:22 AM (6 months ago)
- Files:
-
- 1 modified
-
trunk/system/helpers/html.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/helpers/html.php
r2734 r2775 166 166 public static function mailto($email, $title = NULL, $attributes = NULL) 167 167 { 168 if (empty($email)) 169 return $title; 170 168 171 // Remove the subject or other parameters that do not need to be encoded 169 172 if (strpos($email, '?') !== FALSE)
