abuiles / ember-cli-101-errata

18 stars 4 forks source link

Wrong closing of the br element on page 54 & 65. #178

Closed brianvanburken closed 9 years ago

brianvanburken commented 9 years ago

At the end of each {{input}} stands a </br> tag. The slash is supposed to go on the other side of the tag like this <br/> or with HTML5 there it is not required to close the br tag and can be written like this <br>.This is present in the version published on 2015-02-26. In the new HTMLBars engine you'll get the following error:

File: borrowers/templates/friends/-form.hbs
Closing tag `br` (on line 4) did not match last open tag `fieldset` (on line 3).
abuiles commented 9 years ago

@brianvanburken thanks! I've fixed this and it will be available in today's release.