1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-19 01:24:05 +01:00
This commit is contained in:
czaks 2014-03-13 22:39:32 +01:00
parent 2cae7e4d90
commit 88f3999957

View File

@ -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',