jaunesarmiento / fries

Fries helps you prototype Android apps using HTML, CSS, and JavaScript.
MIT License
1.55k stars 222 forks source link

Fries documentation missing closing div #36

Closed justindomingue closed 11 years ago

justindomingue commented 11 years ago

In the documentation, for the section tabs, the HTML code should be

<li id="item3" class="tab-item">
  <div class="inset">
    <p>Item 3</p>
**</div>**
</li>
jaunesarmiento commented 11 years ago

Oops, sorry about that. Thanks @BR41N1! :)

justindomingue commented 11 years ago

Don't be sorry! You have done an amazing work with Fries!

It would be nice if the docs were in your GitHub repository so we could send pull requests.

jaunesarmiento commented 11 years ago

It is here. :) It's on the gh-pages branch.