Search form role

alt-html-css
Bob Mottram 2020-12-27 16:59:03 +00:00
parent 3bc7dfb837
commit 1f83cf9a0d
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ def htmlSearch(cssCache: {}, translate: {},
'*skill or :emoji: to search for'
followStr += \
' <p class="followText">' + translate[idx] + '</p>\n'
followStr += ' <form method="POST" ' + \
followStr += ' <form role="search" method="POST" ' + \
'accept-charset="UTF-8" action="' + actor + '/searchhandle">\n'
followStr += \
' <input type="hidden" name="actor" value="' + actor + '">\n'