Skip to content

Commit 25942f6

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 39da94c commit 25942f6

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
@@ -39,7 +39,7 @@
3939
```html autorun height=60
4040
<form onsubmit="alert('submit!');return false">
4141
<input type="text" size="30" value="При нажатии Enter будет click">
42-
<input type="submit" value="Отправить" *!*onclick="alert('click!')"*/!*>
42+
<input type="submit" value="Отправить" *!*onclick="alert('click')"*/!*>
4343
</form>
4444
```
4545

0 commit comments

Comments
 (0)