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

make <input< and <select> tags xhtml compatible #451

Merged
merged 1 commit into from
Oct 11, 2016
Merged

make <input< and <select> tags xhtml compatible #451

merged 1 commit into from
Oct 11, 2016

Conversation

andreasplesch
Copy link
Contributor

@andreasplesch andreasplesch commented Sep 5, 2016

  • changed <input> to <input />
  • removed second value attribute value=""; xhtml does not allow duplicated attributes (was there a reason for the second one?)
  • added missing end tag </select> to <select> tag; also required by html

- changed <input> to <input />
- removed second value attribute value=""; xhtml does not allow duplicated attributes (was there a reason for the second one?)
- added missing end tag </select> to <select> tag; also required by html
@andreasplesch
Copy link
Contributor Author

Thanks !

@bbrala
Copy link
Member

bbrala commented Oct 11, 2016

No problem, shouldn't result in any problems from what I gather we think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants