Set the users language on the HTML tag. Fixes #1051

This commit is contained in:
Andrew Smith 2012-06-28 07:59:18 +10:00 committed by Felix Schäfer
parent cf83e274d7
commit 6fa46e5136
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="<%= current_language %>">
<head>
<meta charset="utf-8" />
<title><%= html_title %></title>