Skip to content

Commit 39da94c

Browse files
Kirill255lex111
andauthored
Update 2-ui/4-forms-controls/4-forms-submit/article.md
Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>
1 parent ef24745 commit 39da94c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

2-ui/4-forms-controls/4-forms-submit/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ let form = document.createElement('form');
5858
form.action = 'https://google.com/search';
5959
form.method = 'GET';
6060
61-
form.innerHTML = '<input name="q" value="javascript info">';
61+
form.innerHTML = '<input name="q" value="test">';
6262
6363
// перед отправкой формы, её нужно вставить в document
6464
document.body.append(form);

0 commit comments

Comments
 (0)