Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Adding missing closing tag backslash
  • Loading branch information
rbUdacProjects authored Nov 19, 2020
1 parent 03b1d70 commit 82980ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/evaluate-news-nlp/src/client/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<input id="name" type="text" name="input" value="" onblur="onBlur()" placeholder="Name">
<input type="submit" name="" value="submit" onclick="return handleSubmit(event)" onsubmit="return handleSubmit(event)">
</form>
<section>
</section>

<section>
<strong>Form Results:</strong>
Expand Down

1 comment on commit 82980ce

@Elhassanaaa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new Document();

Please sign in to comment.