added anchor to single messages in threadview
parent
915fb8729e
commit
f67c95ccba
|
@ -2037,7 +2037,8 @@ function print_thread($db, $sub, $css, $settings, $org_id)
|
|||
$settings);
|
||||
$id_text = make_id_text($post_id);
|
||||
|
||||
$html_string .= "<div><div class='post'>#$id_text <br><br>"
|
||||
$html_string .= "<div><div class='post'>#$id_text <br>"
|
||||
. "<p id=\"$post_id\"></p><br>"
|
||||
. "$post_text<br><br></div><br></div>";
|
||||
}
|
||||
|
||||
|
|
|
@ -1220,8 +1220,9 @@ function print_thread($db, $sub, $settings, $org_id)
|
|||
$settings);
|
||||
$id_text = make_id_text($post_id);
|
||||
|
||||
$html_string .= "<div class=\"message first\">#$id_text <br><br>"
|
||||
. "$post_text<br><br><br></div>";
|
||||
$html_string .= "<div><div class='post'>#$id_text <br>"
|
||||
. "<p id=\"$post_id\"></p><br>"
|
||||
. "$post_text<br><br></div><br></div>";
|
||||
}
|
||||
|
||||
$html_string .= '</div>';
|
||||
|
|
Loading…
Reference in New Issue