} else if(url.isTrueLorUrl()) {
processGenericLorUrl(secure, out, url, linktext);
} else {
// ссылка не из lorsource
String fixedUrlHref = url.toString();
String fixedUrlBody = url.formatUrlBody(maxLength);
out.append("<a href=\"").append(fixedUrlHref).append("\"");
if (nofollow) {
out.append(" rel=nofollow");
}