From 6f8eb1b85bc4c737c4d2308ee981b72cc1e2d891 Mon Sep 17 00:00:00 2001 From: John Factotum <50942278+johnfactotum@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:54:40 +0800 Subject: [PATCH] Fix missing trailing comma --- fb2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fb2.js b/fb2.js index 8028b07..ade3645 100644 --- a/fb2.js +++ b/fb2.js @@ -30,7 +30,7 @@ const TABLE = { 'tr': ['tr', { 'th': ['th', STYLE, ['colspan', 'rowspan', 'align', 'valign']], 'td': ['td', STYLE, ['colspan', 'rowspan', 'align', 'valign']], - }, ['align']] + }, ['align']], } const POEM = {