Skip to content

Commit

Permalink
FIX: issue introduced by handlebars [autoindent feature](handlebars-l…
Browse files Browse the repository at this point in the history
  • Loading branch information
royriojas committed Sep 8, 2015
1 parent 03a89ad commit f7f8674
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
2 changes: 1 addition & 1 deletion layouts/main.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="apidocs">
<div id="docs-main">
<div class="content">
{{>layout_content}}
{{>layout_content}}
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion layouts/xhr.handlebars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div id="docs-main">
<div class="content">
{{>layout_content}}
{{>layout_content}}
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions partials/classes.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{{#is_constructor}}
<div class="constructor">
<h2>Constructor</h2>
{{>method}}
{{>method}}
</div>
{{/is_constructor}}

Expand Down Expand Up @@ -169,7 +169,7 @@
<h2 class="off-left">Methods</h2>

{{#methods}}
{{>method}}
{{>method}}
{{/methods}}
</div>
{{/if}}
Expand Down
2 changes: 1 addition & 1 deletion partials/method.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<h4>Example:</h4>

<div class="example-content">
{{{.}}}
{{{.}}}
</div>
</div>
{{/example}}
Expand Down

0 comments on commit f7f8674

Please sign in to comment.