Export button icon

main
Bob Mottram 2021-05-17 22:38:14 +01:00
parent bc21230489
commit 223c22078f
1 changed files with 1 additions and 1 deletions

View File

@ -1347,7 +1347,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
translate['Export Theme'] + '</label><br>\n' translate['Export Theme'] + '</label><br>\n'
graphicsStr += \ graphicsStr += \
' <button type="submit" class="button" ' + \ ' <button type="submit" class="button" ' + \
'name="exportTheme"></button>\n' 'name="exportTheme"></button>\n'
graphicsStr += ' </div></details>\n' graphicsStr += ' </div></details>\n'