This commit is contained in:
Kovid Goyal 2025-03-20 20:07:32 +05:30
parent 341d414043
commit 39a85939b9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -28,6 +28,7 @@ def process_info_box(bx):
info += f'<blockquote>{process_node(x)}</blockquote>' info += f'<blockquote>{process_node(x)}</blockquote>'
return info return info
def process_node(node): def process_node(node):
ntype = node.get('type', '') ntype = node.get('type', '')
if ntype == 'CROSSHEAD': if ntype == 'CROSSHEAD':