We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<form>
1 parent cc88458 commit 42097e2Copy full SHA for 42097e2
lib/frontend/html.py
@@ -96,7 +96,7 @@ def _html_wrapper(data):
96
curl_line = "<span class='pre'>$ curl cheat.sh/</span>"
97
if query == ':firstpage':
98
query = ""
99
- form_html = ('<form action="/" method="GET"/>'
+ form_html = ('<form action="/" method="GET">'
100
'%s%s'
101
'<input'
102
' type="text" value="%s" name="topic"'
0 commit comments