From 1711d5ec1d21dc5dc1be9689b00888f6a2aea0af Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Tue, 26 May 2026 17:48:55 +0300 Subject: [PATCH] Auto-deploy: 2026-05-26 17:48:55 --- post_feed.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);