Skip to content

Commit

Permalink
Suggest changing html lang tag (#187)
Browse files Browse the repository at this point in the history
Suggest changing <html lang="en" to <html lang="en-gb"
  • Loading branch information
GillNewman1 authored Oct 22, 2024
1 parent 7204544 commit c0a53eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developing/page-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Blank page template

```html
<!DOCTYPE html>
<html lang="en" class="govuk-template lbh-template">
<html lang="en-gb" class="govuk-template lbh-template">
<head>
<meta charset="utf-8" />
<title><!-- Page title goes here --> | Hackney Council</title>
Expand Down

0 comments on commit c0a53eb

Please sign in to comment.