summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2013-01-28 14:57:24 +0100
committerGael Pasgrimaud <gael@gawel.org>2013-01-28 14:57:24 +0100
commitfe6951754fe35ba9811f47ff06f05f627f93a56c (patch)
tree57928ede3ceb817df2683e1709f24a45495bdafc /docs
parent7bbf997ca3fbc0676982619f24305d40588d30c1 (diff)
downloadwebtest-fe6951754fe35ba9811f47ff06f05f627f93a56c.tar.gz
add id
Diffstat (limited to 'docs')
-rw-r--r--docs/form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/form.html b/docs/form.html
index 0ab1ad2..cffeb4b 100644
--- a/docs/form.html
+++ b/docs/form.html
@@ -1,6 +1,6 @@
<html>
<body>
- <form action="/form-submit" method="POST">
+ <form id="myform" action="/form-submit" method="POST">
<input type="text" name="text" value="Foo" />
<textarea name="textarea">Some text</textarea>
<select name="select">