added complete footer in all views

This commit is contained in:
plebbitor
2023-04-24 13:09:59 +02:00
parent 6258fc3e20
commit 04cdd9f445
6 changed files with 339 additions and 29 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ const createQuotelink = (handlequoteclick, comment, children) => {
const Post = ({ content, handlequoteclick, comment }) => {
const doubleNewlineContent = content.replaceAll(/\n(?!\n)/g, '\n\n');
const doubleNewlineContent = content?.replaceAll(/\n(?!\n)/g, '\n\n');
const sanitizedContent = DOMPurify.sanitize(doubleNewlineContent);
return (