Skip to content

Commit

Permalink
Try to correct again
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Sep 19, 2024
1 parent 55a42be commit 088fd3d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/layouts/partials/data.html
Original file line number Diff line number Diff line change
Expand Up @@ -722,8 +722,8 @@ <h4 id="{{ $id }}">
{{- .name -}}
</span>:
<span class="text-gray-200">
<{{ delimit .type `><span class="text-grey-500"> |
</span>` }}></span>{{ if not $isLast }}, {{ end -}}
&lt;{{ delimit .type `<span class="text-grey-500"> | </span>` | safeHTML}}&gt;
</span>{{ if not $isLast }}, {{ end -}}
{{ end -}}
{{- if gt (len $optionalArgs) 0 -}},
[{{- $lastArg := sub (len $optionalArgs) 1 -}}
Expand All @@ -733,13 +733,13 @@ <h4 id="{{ $id }}">
{{- .name -}}
</span>:
<span class="text-gray-200">
<{{ delimit .type `><span class="text-grey-500"> |
</span>` }}></span>{{ if not $isLast }}, {{ end -}}
&lt;{{ delimit .type `<span class="text-grey-500"> | </span>` | safeHTML}}&gt;
</span>{{ if not $isLast }}, {{ end -}}
{{ end -}}]{{ end }})
{{- with $return -}}
<div class="ml-3">
<span class="font-extrabold">::</span> <span class="text-gray-200">
<{{ delimit .types " | " }}>
&lt;{{ delimit .types " | " }}&gt;
</span>{{ if not $infallible }}, &lt;error>{{ end }}
</div>
{{- end -}}
Expand Down

0 comments on commit 088fd3d

Please sign in to comment.