Skip to content

Commit

Permalink
fix id pattern, fixes #61
Browse files Browse the repository at this point in the history
the tables now use _template to identify the templates from the divs
  • Loading branch information
Jessica Lord committed Oct 2, 2014
1 parent 37babb3 commit 2171022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/demo-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h4><a class="home-link" href="http://jlord.github.io/sheetsee.js">Home Page</a>
</table>
</script>

<script id="calTable" type="text/html">
<script id="calTable_template" type="text/html">
<table>
<tr><th class="tHeader">City</th><th class="tHeader">Place Name</th><th class="tHeader">Year</th><th class="tHeader">Image</th></tr>
{{#rows}}
Expand Down
2 changes: 1 addition & 1 deletion site/demos/demo-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h4><a class="home-link" href="http://jlord.github.io/sheetsee.js">Home Page</a>
</table>
</script>

<script id="calTable" type="text/html">
<script id="calTable_template" type="text/html">
<table>
<tr><th class="tHeader">City</th><th class="tHeader">Place Name</th><th class="tHeader">Year</th><th class="tHeader">Image</th></tr>
{{#rows}}
Expand Down

0 comments on commit 2171022

Please sign in to comment.