mirror of
https://github.com/actix/examples
synced 2024-11-27 16:02:57 +01:00
Corrected mismatch between html start tag and html end tag. (#349)
This commit is contained in:
parent
4f29102071
commit
a3faea082b
@ -30,7 +30,7 @@ fn index() -> HttpResponse {
|
||||
<body>
|
||||
<form target="/" method="post" enctype="multipart/form-data">
|
||||
<input type="file" multiple name="file"/>
|
||||
<input type="submit" value="Submit"></button>
|
||||
<button type="submit">Submit</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>"#;
|
||||
|
@ -30,7 +30,7 @@ fn index() -> HttpResponse {
|
||||
<body>
|
||||
<form target="/" method="post" enctype="multipart/form-data">
|
||||
<input type="file" multiple name="file"/>
|
||||
<input type="submit" value="Submit"></button>
|
||||
<button type="submit">Submit</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>"#;
|
||||
|
Loading…
Reference in New Issue
Block a user