Browse Source

fix link_prefix. thanks to anon on http://tinyboard.org/demo/mod.php?/sup/res/1210.html

pull/40/head
czaks 10 years ago
parent
commit
2a41c37fee
  1. 2
      inc/functions.php

2
inc/functions.php

@ -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…
Cancel
Save