summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2017-03-24 18:34:32 +0100
committerTero Kojo <tero.kojo@qt.io>2017-03-27 06:26:25 +0000
commit5a4bcc8a02acc421717b8e071f94a07524529816 (patch)
treedc28b7657693949f51ed28f969b9dea017cde7c1
parent01431151b548c7e69b326cda9c72ae04c5e3285d (diff)
Correct template's HTML element's lang="nb" to lang="en"
The page content is in fact in English, not Norsk Bokmål. Change-Id: I9dfa8d8fe4ca745e878ea1bf71b7625b5577962e Reviewed-by: Tero Kojo <tero.kojo@qt.io>
-rw-r--r--template.qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/template.qt b/template.qt
index 6b54f8a..733d545 100644
--- a/template.qt
+++ b/template.qt
@@ -1,9 +1,9 @@
<!DOCTYPE html>
-<!--[if lt IE 7]> <html lang="nb" class="lt-ie10 lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
-<!--[if IE 7]> <html lang="nb" class="lt-ie10 lt-ie9 lt-ie8"> <![endif]-->
-<!--[if IE 8]> <html lang="nb" class="lt-ie10 lt-ie9"> <![endif]-->
-<!--[if IE 9]> <html lang="nb" class="lt-ie10"> <![endif]-->
-<!--[if gt IE 8]><!--> <html lang="nb"> <!--<![endif]-->
+<!--[if lt IE 7]> <html lang="en" class="lt-ie10 lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
+<!--[if IE 7]> <html lang="en" class="lt-ie10 lt-ie9 lt-ie8"> <![endif]-->
+<!--[if IE 8]> <html lang="en" class="lt-ie10 lt-ie9"> <![endif]-->
+<!--[if IE 9]> <html lang="en" class="lt-ie10"> <![endif]-->
+<!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="UTF-8" />