From 6417d7fa1bfed4d21c009fb3a714aa22c9084994 Mon Sep 17 00:00:00 2001 From: mohammad-binary Date: Wed, 22 Jul 2020 12:33:06 +0800 Subject: [PATCH] Fix HTML issue with new version of jQuery --- docson/box.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docson/box.html b/docson/box.html index 09d477caa..620b890a4 100644 --- a/docson/box.html +++ b/docson/box.html @@ -19,12 +19,11 @@
{{#name this}}
{{__name}}
{{/name}}
{{desc this}}
- {{#if auth_required }} + {{#if auth_required }}
Auth Required: - {{#each auth_scopes }} + {{#each auth_scopes }} {{this}} {{/each}} -
{{/if}}
@@ -161,5 +160,5 @@ {{source this}}
-
+
{{/scope}}