main
Bob Mottram 2021-04-22 23:15:25 +01:00
parent bb3089b69b
commit 04f0d096a6
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ def htmlAccessKeys(cssCache: {}, baseDir: str,
key = accessKeys[variableName]
keyStr += \
'<td><input type="text" value="' + key + '" style="width:1ch">'
keyStr += '</td></tr>'
keyStr += '</td></tr>\n'
accessKeysForm += keyStr
accessKeysForm += ' </tbody>\n'