diff --git a/swagger.go b/swagger.go index 686faf4..53ebe29 100644 --- a/swagger.go +++ b/swagger.go @@ -227,7 +227,7 @@ const indexTemplate = ` -
+ @@ -239,7 +239,7 @@ window.onload = function() { deepLinking: {{.DeepLinking}}, docExpansion: "{{.DocExpansion}}", persistAuthorization: {{.PersistAuthorization}}, - dom_id: "{{.DomID}}", + dom_id: "#{{.DomID}}", validatorUrl: null, presets: [ SwaggerUIBundle.presets.apis,