From f54e32ae7e5dda1453abdfacd21bc5868a969178 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 25 Aug 2020 20:19:45 -0700 Subject: [PATCH] doc: wikiparser: Handle empty table cells Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- doc/scripts/wikiparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scripts/wikiparser.py b/doc/scripts/wikiparser.py index f75eebcf8..fb0f244d5 100644 --- a/doc/scripts/wikiparser.py +++ b/doc/scripts/wikiparser.py @@ -379,7 +379,7 @@ class TableItem(Element): xml += '' else: - xml = '' + xml = f'' return xml