Fixed a small bug with the quote links on index pages
This commit is contained in:
parent
dcaeb7a81a
commit
409ee49ed3
@ -103,7 +103,7 @@
|
|||||||
($index?'':' onclick="highlightReply(' . $this->id . ');"') .
|
($index?'':' onclick="highlightReply(' . $this->id . ');"') .
|
||||||
' href="' . $this->root . $board['dir'] . DIR_RES . $this->thread . '.html' . '#' . $this->id . '">No.</a>' .
|
' href="' . $this->root . $board['dir'] . DIR_RES . $this->thread . '.html' . '#' . $this->id . '">No.</a>' .
|
||||||
// JavaScript cite
|
// JavaScript cite
|
||||||
'<a class="post_no"' . ($index?'':'onclick="citeReply(' . $this->id . ');"') . 'href="' . ($index?$this->root . DIR_RES . $this->thread . '.html' . '#q' . $this->id:'javascript:void(0);') . '">'.$this->id.'</a>' .
|
'<a class="post_no"' . ($index?'':'onclick="citeReply(' . $this->id . ');"') . 'href="' . ($index?$this->root . $board['dir'] . DIR_RES . $this->thread . '.html' . '#q' . $this->id:'javascript:void(0);') . '">'.$this->id.'</a>' .
|
||||||
'</p>';
|
'</p>';
|
||||||
|
|
||||||
// File info
|
// File info
|
||||||
|
Loading…
Reference in New Issue
Block a user