mirror of https://gitlab.com/bashrc2/epicyon
Extraneous text
parent
d4ab93a37f
commit
85040d9d9f
|
@ -240,6 +240,8 @@ def htmlThemeDesigner(cssCache: {}, baseDir: str,
|
|||
if variableName.endswith('-color') or \
|
||||
variableName.endswith('-text'):
|
||||
variableNameStr = variableName.replace('-', ' ')
|
||||
if variableNameStr.endswith(' color'):
|
||||
variableNameStr = variableNameStr.replace(' color', '')
|
||||
themeForm += \
|
||||
' <tr><td><label class="labels">' + \
|
||||
variableNameStr + '</label></td>'
|
||||
|
|
Loading…
Reference in New Issue