googlearchive / polymer-tutorial

Deprecated Polymer 0.5 tutorial app
211 stars 125 forks source link

tutorial step-2: missing slash on closing div tag #11

Closed espeed closed 10 years ago

espeed commented 10 years ago

http://www.polymer-project.org/docs/start/tutorial/step-2.html

...   
  </core-toolbar>
    <div class="container" layout vertical center>
      <post-card>
      <img width="70" height="70" 
        src="../images/avatar-07.svg">
        <h2>Another Developer</h2>
        <h3>I'm composing with shadow DOM!</h3>
      </post-card>
    <div>
  ...
robdodson commented 10 years ago

this has been fixed (https://github.com/Polymer/docs/commit/08151fb349bbecda438ea7f4e93e1d0289ba8989)