
Kriz - 2005-07-05 01:36:18
Hello!
When you have 'http' between tags, the string is beeing parsed
(with using 'makeClickableLinks' function from your class)
Example:
- link:
<a href=\"http://www.gnu.org\">http://www.gnu.org</a>
- result:
<a href="http://www.gnu.org"><a href='http://www.gnu.org' title='http://www.gnu.org'>http://www.gnu.org</a>
BTW. Good class.
Thanks and Greets.