Skip to content

Commit bbc988e

Browse files
authored
Patch 11 (#1289)
* specify page lang in HTML template Good practise to include this. REF: https://www.w3.org/International/questions/qa-html-language-declarations * Update snapshot
1 parent 3ecc358 commit bbc988e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__tests__/__snapshots__/test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@ Returns **[Number][3]** numberone
15281528

15291529
exports[`html nested.input.js 1`] = `
15301530
"<!doctype html>
1531-
<html>
1531+
<html lang=\\"en\\">
15321532
<head>
15331533
<meta charset='utf-8'>
15341534
<title> | Documentation</title>

src/default_theme/index._

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><%- config['project-name'] %> <%- config['project-version'] %> | Documentation</title><% if (config['project-description']) { %>

0 commit comments

Comments
 (0)