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):
|
||||
key = accessKeys[variableName]
|
||||
keyStr += \
|
||||
'<td><input type="text" value="' + key + '" style="width:1ch">'
|
||||
'<td><input type="text" value="' + key + '">'
|
||||
keyStr += '</td></tr>\n'
|
||||
accessKeysForm += keyStr
|
||||
|
||||
|
|
Loading…
Reference in New Issue