Pk11 3 years ago committed by GitHub
parent 83b80e5dbe
commit 0dda31894b

@ -136,7 +136,7 @@
$comment = $row['comment'];
$comment = str_replace("\n", "<br>", $comment);
$comment = preg_replace_callback('/(?:^|<br>)>>\s*(\d+)/', quote_link, $comment);
$comment = preg_replace_callback('/>>\s*(\d+)/', quote_link, $comment);
echo "<p>$comment</p>";
echo '</fieldset>';

Loading…
Cancel
Save