Skip to content

Commit 5cb6b08

Browse files
idodeclareVladimir Kotal
authored andcommitted
Restore lang="en" to html element
1 parent a9f20c1 commit 5cb6b08

File tree

90 files changed

+91
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+91
-90
lines changed

test/org/opensolaris/opengrok/analysis/ada/AdaXrefTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private int writeAdaXref(InputStream iss, PrintStream oss)
8787

8888
private String getHtmlBegin() {
8989
return "<!DOCTYPE html>\n" +
90-
"<html>\n" +
90+
"<html lang=\"en\">\n" +
9191
"<head>\n" +
9292
"<meta charset=\"UTF-8\">\n" +
9393
"<title>sampleFile - OpenGrok cross reference" +

test/org/opensolaris/opengrok/analysis/ada/ada_xrefres.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
55
<title>sampleFile - OpenGrok cross reference for /sampleFile</title></head><body>

test/org/opensolaris/opengrok/analysis/c/CXrefTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private Definitions getTagsDefinitions() throws IOException {
110110

111111
private static String getHtmlBegin() {
112112
return "<!DOCTYPE html>\n" +
113-
"<html>\n" +
113+
"<html lang=\"en\">\n" +
114114
"<head>\n" +
115115
"<meta charset=\"UTF-8\">\n" +
116116
"<title>sampleFile - OpenGrok cross reference" +

test/org/opensolaris/opengrok/analysis/c/CxxXrefTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ private Definitions getTagsDefinitions() throws IOException {
109109

110110
private static String getHtmlBegin() {
111111
return "<!DOCTYPE html>\n" +
112-
"<html>\n" +
112+
"<html lang=\"en\">\n" +
113113
"<head>\n" +
114114
"<meta charset=\"UTF-8\">\n" +
115115
"<title>sampleFile - OpenGrok cross reference" +

test/org/opensolaris/opengrok/analysis/c/c_xrefres.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
55
<title>sampleFile - OpenGrok cross reference for /sampleFile</title></head><body>

test/org/opensolaris/opengrok/analysis/c/cc_xrefres.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
55
<title>sampleFile - OpenGrok cross reference for /sampleFile</title></head><body>

test/org/opensolaris/opengrok/analysis/clojure/ClojureXrefTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ private Definitions getTagsDefinitions() throws IOException {
127127

128128
private static String getHtmlBegin() {
129129
return "<!DOCTYPE html>\n" +
130-
"<html>\n" +
130+
"<html lang=\"en\">\n" +
131131
"<head>\n" +
132132
"<meta charset=\"UTF-8\">\n" +
133133
"<title>sampleFile - OpenGrok cross reference" +

test/org/opensolaris/opengrok/analysis/clojure/sample_xref.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
55
<title>sampleFile - OpenGrok cross reference for /sampleFile</title></head><body>

test/org/opensolaris/opengrok/analysis/clojure/truncated_xref.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
55
<title>sampleFile - OpenGrok cross reference for /sampleFile</title></head><body>

test/org/opensolaris/opengrok/analysis/csharp/CSharpXrefTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private Definitions getTagsDefinitions() throws IOException {
129129

130130
private static String getHtmlBegin() {
131131
return "<!DOCTYPE html>\n" +
132-
"<html>\n" +
132+
"<html lang=\"en\">\n" +
133133
"<head>\n" +
134134
"<meta charset=\"UTF-8\">\n" +
135135
"<title>sampleFile - OpenGrok cross reference" +

0 commit comments

Comments
 (0)