From b9f74904366cd883148341aa23010ebbac9060ff Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 27 May 2012 21:32:08 +0200 Subject: [PATCH] improve test --- source/Ox/js/HTML.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox/js/HTML.js b/source/Ox/js/HTML.js index 852a5394..bf742c66 100644 --- a/source/Ox/js/HTML.js +++ b/source/Ox/js/HTML.js @@ -127,8 +127,8 @@ 'foo bar <foo@bar.com>' > Ox.addLinks('www.foo.com/bar#baz, etc.') 'www.foo.com/bar#baz, etc.' - > Ox.addLinks('foo.com', true) - 'foo.com' + > Ox.addLinks('www.foo.com', true) + 'www.foo.com' @*/ Ox.addLinks = function(string, isHTML) { var isLink = false;