Using rel="external" instead of class="exlink"

This commit is contained in:
Sarven Capadisli 2009-02-07 23:47:37 +00:00
parent 08db50b24e
commit a64a888609

View File

@ -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)