Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
czaks committed Mar 10, 2015
1 parent a2544bc commit 4bf5255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/functions.php
Expand Up @@ -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>';

Expand Down

0 comments on commit 4bf5255

Please sign in to comment.