From d7d166d0a4d5ac37070229d247a53ea5cd0799f7 Mon Sep 17 00:00:00 2001 From: Irena Shaigorodsky Date: Fri, 31 Jul 2020 19:51:17 -0400 Subject: [PATCH] fix: specify charset utf-8 in html script declaration (#6278) ref: #5311 --- dev-helpers/index.html | 4 ++-- dist/index.html | 4 ++-- docs/usage/installation.md | 4 ++-- test/e2e-cypress/static/index.html | 4 ++-- test/e2e-cypress/static/pages/5138/index.html | 6 +++--- test/e2e-selenium/static/index.html | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/dev-helpers/index.html b/dev-helpers/index.html index f9161c82..1568962d 100644 --- a/dev-helpers/index.html +++ b/dev-helpers/index.html @@ -34,8 +34,8 @@
- - + + - + + + ``` @@ -98,4 +98,4 @@ See [unpkg's main page](https://unpkg.com/) for more information on how to use u ### Static files without HTTP or HTML -Once swagger-ui has successfully generated the `/dist` directory, you can copy this to your own file system and host from there. \ No newline at end of file +Once swagger-ui has successfully generated the `/dist` directory, you can copy this to your own file system and host from there. diff --git a/test/e2e-cypress/static/index.html b/test/e2e-cypress/static/index.html index 2782d0cf..6b344458 100644 --- a/test/e2e-cypress/static/index.html +++ b/test/e2e-cypress/static/index.html @@ -32,8 +32,8 @@
- - + + - + + - \ No newline at end of file + diff --git a/test/e2e-selenium/static/index.html b/test/e2e-selenium/static/index.html index cdcf83da..6feeac23 100644 --- a/test/e2e-selenium/static/index.html +++ b/test/e2e-selenium/static/index.html @@ -66,8 +66,8 @@
- - + +