Skip to content

Commit

Permalink
fix headers/footers
Browse files Browse the repository at this point in the history
  • Loading branch information
christianspecht committed Dec 7, 2013
1 parent a162b21 commit beb7243
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/tpl/round_results.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{html_header}}
{{{html_header}}}
<!-- {{generated_by}} -->
<table {{html_table_properties}}>
<tr {{html_table_headline_properties}}>
Expand All @@ -24,4 +24,4 @@
</tr>
{{/results}}
</table>
{{html_footer}}
{{{html_footer}}}
4 changes: 2 additions & 2 deletions src/tpl/season_players.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{html_header}}
{{{html_header}}}
<!-- {{generated_by}} -->
<table {{html_table_properties}}>
<tr {{html_table_headline_properties}}>
Expand All @@ -12,4 +12,4 @@
</tr>
{{/rows}}
</table>
{{html_footer}}
{{{html_footer}}}
4 changes: 2 additions & 2 deletions src/tpl/season_ranking.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{html_header}}
{{{html_header}}}
<!-- {{generated_by}} -->
<table {{html_table_properties}}>
<tr {{html_table_headline_properties}}>
Expand All @@ -22,4 +22,4 @@
</tr>
{{/results}}
</table>
{{html_footer}}
{{{html_footer}}}
4 changes: 2 additions & 2 deletions src/tpl/season_schedule.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{html_header}}
{{{html_header}}}
<!-- {{generated_by}} -->
{{#rounds}}
<table {{html_table_properties}} {{html_schedule_table_properties}}>
Expand All @@ -22,4 +22,4 @@
<p></p>

{{/rounds}}
{{html_footer}}
{{{html_footer}}}

0 comments on commit beb7243

Please sign in to comment.