mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 09:27:24 +01:00
fix link_prefix. thanks to anon on http://tinyboard.org/demo/mod.php?/sup/res/1210.html
This commit is contained in:
parent
2cae7e4d90
commit
88f3999957
@ -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…
x
Reference in New Issue
Block a user