Introduces HTML5 doctype.

pull/519/head
Martin Czuchra 11 years ago
parent 8f993739c2
commit 8f24a9bb3b
  1. 4
      app/views/layouts/base.html.erb

@ -25,9 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
See doc/COPYRIGHT.rdoc for more details.
++#%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
++#%><!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="<%= I18n.locale.to_s %>" xml:lang="<%= I18n.locale.to_s %>">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />

Loading…
Cancel
Save