Add the lang tag in HTML element

master
Daniel Berteaud 11 years ago
parent 0dc838e4bb
commit ee7ca249a9
  1. 2
      templates/default/header.html.ep

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="<%= $self->languages %>">
<head>
<title><%= $title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1"/>

Loading…
Cancel
Save