removed code display from replies to increase font size
parent
d88bbaf03c
commit
28c72f849e
|
@ -697,7 +697,8 @@ function print_replies($db, $sub, $post_id, $org_id, $settings, $css)
|
|||
$html_string .= "<small>:$answer_post_timestamp</small>";
|
||||
}
|
||||
|
||||
$html_string .= "<br><br><code>$answer_post_text</code><br><br>";
|
||||
// $html_string .= "<br><br><code>$answer_post_text</code><br><br>";
|
||||
$html_string .= "<br><br>$answer_post_text<br><br>";
|
||||
|
||||
if ( !empty($answer_post_name) &&
|
||||
$settings['enable_edit']) {
|
||||
|
|
Loading…
Reference in New Issue