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 Kolan Sh
parent 90c4453b58
commit c9bec63b7d
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>