Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #509 from simison/patch-1
Browse files Browse the repository at this point in the history
Fix headers to HTML5 format
  • Loading branch information
ilanbiala committed Apr 8, 2015
2 parents bb37d1b + 238bbe1 commit 8b9a625
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions modules/core/server/views/layout.server.view.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en">

<head>
<title>{{title}}</title>

<!-- General META -->
<meta charset="utf-8">
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="fragment" content="!" />
<base href="/"/>
<meta name="fragment" content="!">
<base href="/">

<!-- Responsive META -->
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
Expand Down

0 comments on commit 8b9a625

Please sign in to comment.