Skip to content

Commit

Permalink
Change "get" to "submit"
Browse files Browse the repository at this point in the history
to avoid confusion in case of Post
  • Loading branch information
chankeypathak committed Dec 24, 2013
1 parent 67a6259 commit 8c2d245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmpl/index.tt
Expand Up @@ -99,7 +99,7 @@
<form method="get" action="/">
<input type="text" name="url" value="" size="80" />
<textarea name="content"></textarea>
<input type="submit" value="get" />
<input type="submit" value="submit" />
</form>

[% IF res %]
Expand Down

0 comments on commit 8c2d245

Please sign in to comment.