Skip to content

Commit ae20302

Browse files
authored
Merge pull request #21 from uklibraries/20-html-element-must-have-a-lang-attribute
update html element to include lang attribute
2 parents d2951d6 + c322fec commit ae20302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/layouts/application.mustache

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
<title>{{title}}{{^title}}Welcome to ExploreUK{{/title}}</title>
55
{{#css}}

0 commit comments

Comments
 (0)