Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
remove end tag for <input>
Browse files Browse the repository at this point in the history
<input> shouldn't have an explicit end tag
  • Loading branch information
jakemac53 committed Jul 21, 2014
1 parent 5df22df commit 3056827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2>Dialog</h2>
<div>Ut aliquam vulputate congue. Vestibulum pretium pretium nulla quis sollicitudin. Praesent lacinia congue erat nec mattis. Fusce commodo lacus est. Duis turpis eros, ultrices sed aliquet non, blandit egestas velit. Integer a augue nec lorem tristique hendrerit. Curabitur imperdiet risus id enim bibendum vestibulum. Integer id magna at arcu faucibus fermentum vel a augue. Sed fringilla venenatis dolor, in blandit magna molestie luctus. Vestibulum dignissim posuere ultrices. Aenean urna nisl, tincidunt vitae iaculis ut, pharetra nec eros.</div><br><br>

<div>
<input placeholder="say something..." autofocus on-input="{{inputHandler}}"></input><br>
<input placeholder="say something..." autofocus on-input="{{inputHandler}}" /><br>
I agree with this wholeheartedly.
<core-overlay layered id="confirmation" class="dialog" backdrop transition="core-transition-top">
<!-- place all overlay styles inside the overlay target -->
Expand Down

0 comments on commit 3056827

Please sign in to comment.