From d36f3fc476d0d2a189c6887e0d974860d8ea6cee Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Tue, 4 Jun 2024 06:30:31 +0100 Subject: [PATCH] fix: tweet embed code --- output/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/index.md b/output/index.md index 62e95e86..8886bd77 100644 --- a/output/index.md +++ b/output/index.md @@ -108,7 +108,7 @@ Proposed [Twitter (X) community notes](https://x.com/i/communitynotes/download-d return data; } content = row['tweet'] ? row['tweet'] : ''; - return '
' + content + '
'; + return '
' + content + '
'; } }, {