Browse Source

...

pull/40/head
czaks 9 years ago
parent
commit
4bf525599e
  1. 2
      inc/functions.php

2
inc/functions.php

@ -1810,7 +1810,7 @@ function markup(&$body, $track_cites = false) {
if (isset($cited_posts[$cite])) {
$replacement = '<a onclick="highlightReply(\''.$cite.'\');" href="' .
$config['root'] . $board['dir'] . $config['dir']['res'] .
link_for(array('id' => $cite)) . '#' . $cite . '">' .
link_for(array('id' => $cite, 'thread' => $cited_posts[$cite])) . '#' . $cite . '">' .
'&gt;&gt;' . $cite .
'</a>';

Loading…
Cancel
Save