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 \
|
if variableName.endswith('-color') or \
|
||||||
variableName.endswith('-text'):
|
variableName.endswith('-text'):
|
||||||
variableNameStr = variableName.replace('-', ' ')
|
variableNameStr = variableName.replace('-', ' ')
|
||||||
|
if variableNameStr.endswith(' color'):
|
||||||
|
variableNameStr = variableNameStr.replace(' color', '')
|
||||||
themeForm += \
|
themeForm += \
|
||||||
' <tr><td><label class="labels">' + \
|
' <tr><td><label class="labels">' + \
|
||||||
variableNameStr + '</label></td>'
|
variableNameStr + '</label></td>'
|
||||||
|
|
Loading…
Reference in New Issue