Button type for default submit behavior

main
Bob Mottram 2020-08-12 09:47:57 +00:00
parent a00b8db136
commit 5ad90d1b01
1 changed files with 1 additions and 1 deletions

View File

@ -6246,7 +6246,7 @@ def htmlSearch(translate: {},
followStr += \
' <input type="hidden" name="actor" value="' + actor + '">\n'
followStr += ' <input type="text" name="searchtext" autofocus><br>\n'
followStr += ' <button type="submit" class="button" ' + \
followStr += ' <button type="button" class="button" ' + \
'name="submitBack">' + translate['Go Back'] + '</button>\n'
followStr += ' <button type="submit" class="button" ' + \
'name="submitSearch">' + translate['Submit'] + '</button>\n'