...
This commit is contained in:
parent
a2544bc596
commit
4bf525599e
@ -1810,7 +1810,7 @@ function markup(&$body, $track_cites = false) {
|
|||||||
if (isset($cited_posts[$cite])) {
|
if (isset($cited_posts[$cite])) {
|
||||||
$replacement = '<a onclick="highlightReply(\''.$cite.'\');" href="' .
|
$replacement = '<a onclick="highlightReply(\''.$cite.'\');" href="' .
|
||||||
$config['root'] . $board['dir'] . $config['dir']['res'] .
|
$config['root'] . $board['dir'] . $config['dir']['res'] .
|
||||||
link_for(array('id' => $cite)) . '#' . $cite . '">' .
|
link_for(array('id' => $cite, 'thread' => $cited_posts[$cite])) . '#' . $cite . '">' .
|
||||||
'>>' . $cite .
|
'>>' . $cite .
|
||||||
'</a>';
|
'</a>';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user