Show reply IDs in HTML on index page too

This commit is contained in:
Savetheinternet 2011-04-13 17:24:06 +10:00
parent 39a9678db1
commit e4467a58cf

View File

@ -201,7 +201,7 @@
public function build($index=false) {
global $board, $config;
$built = '<div class="post reply"' . (!$index?' id="reply_' . $this->id . '"':'') . '>' .
$built = '<div class="post reply" id="reply_' . $this->id . '">' .
'<p class="intro"' . (!$index?' id="' . $this->id . '"':'') . '>' .
// Delete
'<input type="checkbox" class="delete" name="delete_' . $this->id . '" id="delete_' . $this->id . '" /><label for="delete_' . $this->id . '">';