fix markdown newline

This commit is contained in:
plebbitor
2023-04-21 16:43:22 +02:00
parent 33eec7644a
commit 552ef6c9e4
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ const Thread = () => {
<Helmet>
<title>
{(
(comment.content.slice(0, 40)) + " - "
(comment.content?.slice(0, 40)) + " - "
+ (selectedTitle ? selectedTitle : selectedAddress)
+ " - plebchan"
)}