diff --git a/elf_size_analyze/html/gen.py b/elf_size_analyze/html/gen.py index f161484..5a9c803 100644 --- a/elf_size_analyze/html/gen.py +++ b/elf_size_analyze/html/gen.py @@ -3,6 +3,7 @@ """ import os +import html THIS_DIR = os.path.dirname(os.path.abspath(os.path.realpath(__file__))) DEFAULT_CSS = os.path.join(THIS_DIR, 'styles.css') @@ -23,7 +24,7 @@ def _print_children(node, level=0): for x, y in node.items(): table_content += f"""