mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Possible fix for wrap problems on email addresses
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/e_parse_class.php,v $
|
||||
| $Revision: 1.18 $
|
||||
| $Date: 2007-11-04 09:05:13 $
|
||||
| $Revision: 1.19 $
|
||||
| $Date: 2007-11-04 20:25:02 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -809,7 +809,7 @@ class e_parse
|
||||
$text = stripslashes($text);
|
||||
}
|
||||
|
||||
$text = ($mods != "rawtext") ? $this->replaceConstants($text,"full") : $text;
|
||||
$text = (strtolower($mods) != "rawtext") ? $this->replaceConstants($text,"full") : $text;
|
||||
$text = $this->toHTML($text,TRUE,$mods);
|
||||
return $text;
|
||||
}
|
||||
|
Reference in New Issue
Block a user