Key string

main
Bob Mottram 2021-04-22 23:01:25 +01:00
parent ae44a88144
commit 4dac27b0dd
1 changed files with 2 additions and 1 deletions

View File

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