Commit ddfaa9af authored by Gabriele Perrone's avatar Gabriele Perrone

editorial on html.py

parent 6aa64bd2
...@@ -46,6 +46,8 @@ class HTMLManagement(): ...@@ -46,6 +46,8 @@ class HTMLManagement():
def __init__(self): def __init__(self):
self.htmlHeaderCreated = False
self.htmlFooterCreated = False
self.htmlTabRefs = [] self.htmlTabRefs = []
self.htmlTabNames = [] self.htmlTabNames = []
self.htmlTabIcons = [] self.htmlTabIcons = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment