Skip to content

Commit

Permalink
Merge pull request #89 from zendesk/po/proper-html5
Browse files Browse the repository at this point in the history
Proper html5
  • Loading branch information
princemaple committed Jun 2, 2015
2 parents b2d9d5c + 5ecaef0 commit fea906b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app_template/templates/layout.hdbs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<header>
<span class="logo"/>
<span class="logo"></span>
<h3>{{setting "name"}}</h3>
</header>
<section data-main/>
<section data-main></section>
<footer>
<a href="mailto:{{author.email}}">
{{author.name}}
Expand Down
4 changes: 2 additions & 2 deletions features/new.feature
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ Feature: create a template for a new zendesk app
And the app file "tmp/aruba/templates/layout.hdbs" is created with:
"""
<header>
<span class="logo"/>
<span class="logo"></span>
<h3>{{setting "name"}}</h3>
</header>
<section data-main/>
<section data-main></section>
<footer>
<a href="mailto:{{author.email}}">
{{author.name}}
Expand Down

0 comments on commit fea906b

Please sign in to comment.