Skip to content

Commit f7f8674

Browse files
author
royriojas
committed
FIX: issue introduced by handlebars [autoindent feature](handlebars-lang/handlebars.js#858)
1 parent 03a89ad commit f7f8674

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

layouts/main.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<div class="apidocs">
3434
<div id="docs-main">
3535
<div class="content">
36-
{{>layout_content}}
36+
{{>layout_content}}
3737
</div>
3838
</div>
3939
</div>

layouts/xhr.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="docs-main">
22
<div class="content">
3-
{{>layout_content}}
3+
{{>layout_content}}
44
</div>
55
</div>
66

partials/classes.handlebars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
{{#is_constructor}}
6161
<div class="constructor">
6262
<h2>Constructor</h2>
63-
{{>method}}
63+
{{>method}}
6464
</div>
6565
{{/is_constructor}}
6666

@@ -169,7 +169,7 @@
169169
<h2 class="off-left">Methods</h2>
170170

171171
{{#methods}}
172-
{{>method}}
172+
{{>method}}
173173
{{/methods}}
174174
</div>
175175
{{/if}}

partials/method.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<h4>Example:</h4>
193193

194194
<div class="example-content">
195-
{{{.}}}
195+
{{{.}}}
196196
</div>
197197
</div>
198198
{{/example}}

0 commit comments

Comments
 (0)