To participate you must create an account on apostrophenow.org. If you have already done so, click Login.
|
File aHtml.diff, 0.6 KB
(added by anonymous, 2 years ago)
|
|
diff file
|
-
|
|
|
|
| 523 | 523 | // We get some weird escaping problems without the trims |
| 524 | 524 | $user = trim($user); |
| 525 | 525 | $domain = trim($domain); |
| | 526 | // So fancy setting of body and subject from FCKEditor works as intended |
| | 527 | $domain = str_replace(array('&body=','&subject='), array('&body=','&subject='), $domain); |
| 526 | 528 | $guid = aGuid::generate(); |
| 527 | 529 | $href = self::jsEscape("mailto:$user@$domain"); |
| 528 | 530 | $label = self::jsEscape(trim($label)); |
Download in other formats: