From df485331ecaa3ae67e644314134164536d5ca191 Mon Sep 17 00:00:00 2001
From: Derek Allard
Date: Thu, 8 May 2008 20:41:57 +0000
Subject: clarification note on autolink() email
---
user_guide/helpers/url_helper.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'user_guide')
diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html
index 4adc0b8fd..1650fdbef 100644
--- a/user_guide/helpers/url_helper.html
+++ b/user_guide/helpers/url_helper.html
@@ -181,7 +181,7 @@ written with JavaScript to help prevent the email address from being harvested b
$string = auto_link($string);
The second parameter determines whether URLs and emails are converted or just one or the other. Default behavior is both
-if the parameter is not specified
+if the parameter is not specified. Email links are encoded as safe_mailto() as shown above.
Converts only URLs:
$string = auto_link($string, 'url');
--
cgit v1.2.3-24-g4f1b