If a bare URL has survived this far as an 856 link label, replace it
with something generic rather than displaying a difficult-to-wrap
URL.
Signed-off-by: Jeff Godin <jgodin@tadl.org>
res.href = uri.getAttribute('href');
res.link = uri.getAttribute('label');
res.note = uri.getAttribute('use_restriction');
+ IF res.link.match('^http');
+ res.link = 'Connect to this resource online';
+ END;
args.uris.push(res);
IF res.href.match('^http://via.tadl.org/');
args.ezproxy = 1;