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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy