').html(html).html();
- }
+ };
}());
/*@
@@ -153,10 +155,9 @@ Ox.parseURLs = function(html) {
function(str, url, pre, end) {
url = (pre == 'www.' ? 'http://' : '' ) + url;
return Ox.formatString(
- '
{host}{end}',
+ '
{url}{end}',
{
end: end,
- host: Ox.parseURL(url).hostname,
url: url
}
);