Auto-deploy: 2026-05-26 17:48:55

This commit is contained in:
Hamza-Ayed
2026-05-26 17:48:55 +03:00
parent 50b021b89e
commit 1711d5ec1d

View File

@@ -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);