merge-requests/30/head
Bob Mottram 2021-04-22 23:19:26 +01:00
parent 04f0d096a6
commit abafddf1b7
1 changed files with 1 additions and 1 deletions

View File

@ -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