1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 22:21:13 +03:00

Adds lang attr to html tag to specify default language for the application

This commit is contained in:
mabashian 2020-03-10 15:33:31 -04:00
parent 789397d56c
commit ecc68c1003

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html ng-csp="no-unsafe-eval">
<html lang="en-US" ng-csp="no-unsafe-eval">
<head>
<meta charset="utf-8">