Search role

merge-requests/30/head
Bob Mottram 2020-12-27 17:17:48 +00:00
parent 1f83cf9a0d
commit 69f80f2573
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ def htmlSearchEmojiTextEntry(cssCache: {}, translate: {},
emojiStr += \
' <p class="followText">' + \
translate['Enter an emoji name to search for'] + '</p>\n'
emojiStr += ' <form method="POST" action="' + \
emojiStr += ' <form role="search" method="POST" action="' + \
actor + '/searchhandleemoji">\n'
emojiStr += ' <input type="hidden" name="actor" value="' + \
actor + '">\n'