mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-18 08:33:41 +00:00
doc: wikiparser: Handle empty table cells
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
4448b5baa8
commit
f54e32ae7e
@ -379,7 +379,7 @@ class TableItem(Element):
|
||||
xml += '</entry>'
|
||||
|
||||
else:
|
||||
xml = ''
|
||||
xml = f'<entry {align}colsep="1" rowsep="1"/>'
|
||||
|
||||
return xml
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user