Use POST for submit
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 23 Aug 2014 20:58:42 +0000 (23:58 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 23 Aug 2014 20:58:42 +0000 (23:58 +0300)
index.html

index f049a85edc5317d0e20e4acc83b16ad60762ec24..cdd53410d9b6b1a693b4c8191c580545f22c7bb4 100644 (file)
@@ -4,7 +4,7 @@
 <link rel="stylesheet" href="/static/index.css">
 
 <h1>Select package components</h1>
-<form action="/makepkg">
+<form action="/makepkg" method="POST">
 <div id="list"></div>
 <input type="submit" value="Make package">
 </form>
This page took 0.009921 seconds and 4 git commands to generate.