Skip to content
Snippets Groups Projects
Commit ddfaa9af authored by Gabriele Perrone's avatar Gabriele Perrone
Browse files

editorial on html.py

parent 6aa64bd2
No related branches found
No related tags found
No related merge requests found
...@@ -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 = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment