removed code display from replies to increase font size

main
fuzzykitten 2025-04-01 15:32:04 -04:00
parent d88bbaf03c
commit 28c72f849e
1 changed files with 2 additions and 1 deletions

View File

@ -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']) {