YoBatM commited on
Commit
e359661
·
verified ·
1 Parent(s): 2dce97e

Update templates/latex.html

Browse files
Files changed (1) hide show
  1. templates/latex.html +1 -1
templates/latex.html CHANGED
@@ -2,7 +2,7 @@
2
  <h1>
3
  {{result}}
4
  </h1>
5
- <form action="GET">
6
  <input type="text" name="q"/>
7
  </form>
8
  </html>
 
2
  <h1>
3
  {{result}}
4
  </h1>
5
+ <form method="GET">
6
  <input type="text" name="q"/>
7
  </form>
8
  </html>