mirror of https://gitlab.com/bashrc2/epicyon
No style
parent
04f0d096a6
commit
abafddf1b7
|
@ -84,7 +84,7 @@ def htmlAccessKeys(cssCache: {}, baseDir: str,
|
||||||
if accessKeys.get(variableName):
|
if accessKeys.get(variableName):
|
||||||
key = accessKeys[variableName]
|
key = accessKeys[variableName]
|
||||||
keyStr += \
|
keyStr += \
|
||||||
'<td><input type="text" value="' + key + '" style="width:1ch">'
|
'<td><input type="text" value="' + key + '">'
|
||||||
keyStr += '</td></tr>\n'
|
keyStr += '</td></tr>\n'
|
||||||
accessKeysForm += keyStr
|
accessKeysForm += keyStr
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue