diff options
| author | Gael Pasgrimaud <gael@gawel.org> | 2013-01-28 14:57:24 +0100 |
|---|---|---|
| committer | Gael Pasgrimaud <gael@gawel.org> | 2013-01-28 14:57:24 +0100 |
| commit | fe6951754fe35ba9811f47ff06f05f627f93a56c (patch) | |
| tree | 57928ede3ceb817df2683e1709f24a45495bdafc /docs | |
| parent | 7bbf997ca3fbc0676982619f24305d40588d30c1 (diff) | |
| download | webtest-fe6951754fe35ba9811f47ff06f05f627f93a56c.tar.gz | |
add id
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/form.html | 2 |
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"> |
