Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit e0e3981

Browse files
authored
Merge pull request #164 from mohammad-binary/mohammad/fix_schema_presentation
mohammad/fix_schema_presentation
2 parents 6784dcf + 6417d7f commit e0e3981

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docson/box.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@
1919
<div class="box-title" ref="{{__ref}}">
2020
{{#name this}}<div class="box-name {{#if root}}title{{/if}}">{{__name}}</div>{{/name}}
2121
<div class="box-description desc">{{desc this}}</div>
22-
{{#if auth_required }}
22+
{{#if auth_required }}
2323
<div class="scopes">Auth Required:
24-
{{#each auth_scopes }}
24+
{{#each auth_scopes }}
2525
<span class="type-enum">{{this}}</span>
2626
{{/each}}
27-
2827
</div>
2928
{{/if}}
3029
<div class="end"></div>
@@ -161,5 +160,5 @@
161160
{{source this}}</pre>
162161
</div>
163162
</div>
164-
<div class="end"/>
163+
<div class="end"></div>
165164
{{/scope}}

0 commit comments

Comments
 (0)