mirror of https://gitlab.com/bashrc2/epicyon
Set width
parent
e183c88341
commit
49703e7ab3
|
@ -684,8 +684,8 @@ def htmlHashtagSearch(cssCache: {},
|
|||
hashtag + '">\n'
|
||||
hashtagSearchForm += translate['Category']
|
||||
hashtagSearchForm += \
|
||||
' <input type="text" name="hashtagCategory" value="' + \
|
||||
category + '">\n'
|
||||
' <input type="text" style="width=20ch" ' + \
|
||||
'name="hashtagCategory" value="' + category + '">\n'
|
||||
hashtagSearchForm += \
|
||||
' <button type="submit" class="button" name="submitYes">' + \
|
||||
translate['Submit'] + '</button>\n'
|
||||
|
|
Loading…
Reference in New Issue