Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mallformed HTML Web server #1445

Closed
myradon opened this issue Jan 4, 2021 · 1 comment
Closed

Mallformed HTML Web server #1445

myradon opened this issue Jan 4, 2021 · 1 comment

Comments

@myradon
Copy link

myradon commented Jan 4, 2021

stream->print(F("</h1><h2>States</h2><table id=\"states\"><thead><tr><th>Name<th>State<th>Actions<tbody>"));

Should be;
stream->print(F("</h1><h2>States</h2><table id=\"states\"><thead><tr><th>Name</th><th>State</th><th>Actions</th></tr></thead><tbody>"));

You're missing several HTML-tags.

@close-issue-app
Copy link

#430

@github-actions github-actions bot locked and limited conversation to collaborators Oct 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant