diff --git a/post_feed.js b/post_feed.js index 752d0be..27ec289 100644 --- a/post_feed.js +++ b/post_feed.js @@ -222,8 +222,7 @@ } const arabicSummary = resultData.arabic_summary || 'لم يتم توليد ملخص.'; - // Wrap the comment in a code block automatically before placing it in the text area - const commentText = `\`\`\`\n${resultData.comment}\n\`\`\``; + const commentText = resultData.comment || ''; createCommentBox(postEl, commentText, arabicSummary);