This is an automated email from the ASF dual-hosted git repository. mbrohl pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
commit 84d705373fcc7043434f02c97507deb7c3ad2fca Author: Michael Brohl <michael.br...@ecomify.de> AuthorDate: Mon Mar 22 22:30:47 2021 +0100 Improved: Fixes html bugs spotted by sonarcloud (OFBIZ-12197) --- rest-api/webapp/docs/oauth2-redirect.html | 4 +++- rest-api/webapp/docs/redoc.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/rest-api/webapp/docs/oauth2-redirect.html b/rest-api/webapp/docs/oauth2-redirect.html index d04e1ba..80168cc 100644 --- a/rest-api/webapp/docs/oauth2-redirect.html +++ b/rest-api/webapp/docs/oauth2-redirect.html @@ -1,6 +1,8 @@ <!doctype html> <html lang="en-US"> -<title>Swagger UI: OAuth2 Redirect</title> +<head> + <title>Swagger UI: OAuth2 Redirect</title> +</head> <body> </body> </html> diff --git a/rest-api/webapp/docs/redoc.html b/rest-api/webapp/docs/redoc.html index 94faf4e..f6a1f49 100644 --- a/rest-api/webapp/docs/redoc.html +++ b/rest-api/webapp/docs/redoc.html @@ -17,7 +17,7 @@ specific language governing permissions and limitations under the License. --> <!DOCTYPE html> -<html> +<html lang="en-US"> <head> <title>OFBiz REST API</title> <!-- needed for adaptive design -->