Using rel="external" instead of class="exlink"
This commit is contained in:
parent
08db50b24e
commit
a64a888609
|
@ -478,7 +478,7 @@ function common_linkify($url) {
|
||||||
}
|
}
|
||||||
else $title = '';
|
else $title = '';
|
||||||
|
|
||||||
return "<a href=\"$url\" $title class=\"extlink\">$display</a>";
|
return "<a href=\"$url\" $title rel=\"external\">$display</a>";
|
||||||
}
|
}
|
||||||
|
|
||||||
function common_longurl($short_url)
|
function common_longurl($short_url)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user