forked from indymedia/epicyon
Colon
parent
49703e7ab3
commit
c2fea62189
|
@ -684,7 +684,7 @@ def htmlHashtagSearch(cssCache: {},
|
||||||
hashtag + '">\n'
|
hashtag + '">\n'
|
||||||
hashtagSearchForm += translate['Category']
|
hashtagSearchForm += translate['Category']
|
||||||
hashtagSearchForm += \
|
hashtagSearchForm += \
|
||||||
' <input type="text" style="width=20ch" ' + \
|
' <input type="text" style="width: 20ch" ' + \
|
||||||
'name="hashtagCategory" value="' + category + '">\n'
|
'name="hashtagCategory" value="' + category + '">\n'
|
||||||
hashtagSearchForm += \
|
hashtagSearchForm += \
|
||||||
' <button type="submit" class="button" name="submitYes">' + \
|
' <button type="submit" class="button" name="submitYes">' + \
|
||||||
|
|
Loading…
Reference in New Issue