Skip to content

Commit 614ec5f

Browse files
committed
Don't assume the page language is English
Leave to the user to set the language of the page. Incorrectly assuming a page is in English can do more harm than good. Leaving it unset will at least allow the reader to guess the language.
1 parent 89693e5 commit 614ec5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/templates/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html>
33
<head>
44
<meta charset="utf-8" />
55
<title><%= @page_title %></title>

0 commit comments

Comments
 (0)