fix link_prefix. thanks to anon on http://tinyboard.org/demo/mod.php?/sup/res/1210.html
This commit is contained in:
parent
1d1fd24041
commit
2a41c37fee
@ -1590,7 +1590,7 @@ function markup_url($matches) {
|
||||
$markup_urls[] = $url;
|
||||
|
||||
$link = (object) array(
|
||||
'href' => $url,
|
||||
'href' => $config['link_prefix'] . $url,
|
||||
'text' => $url,
|
||||
'rel' => 'nofollow',
|
||||
'target' => '_blank',
|
||||
|
Loading…
Reference in New Issue
Block a user