Skip to content

Commit

Permalink
Merge pull request socketstream#290 from drosen0/master
Browse files Browse the repository at this point in the history
Character encoding should appear earlier in the HTML
  • Loading branch information
Owen Barnes committed Aug 30, 2012
2 parents 2db0ff4 + 2f3d47d commit c5bcae7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion new_project/client/views/app.demo.html
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
<SocketStream/>
<meta charset="utf-8"/>
<SocketStream/>
<title>Welcome</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion new_project/client/views/app.demo.jade
@@ -1,8 +1,8 @@
!!! 5
html(lang="en")
head
!= SocketStream
meta(charset="utf-8")
!= SocketStream
title Welcome
body
#content
Expand Down
2 changes: 1 addition & 1 deletion new_project/client/views/app.minimal.html
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
<SocketStream/>
<meta charset="utf-8"/>
<SocketStream/>
<title>Welcome</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion new_project/client/views/app.minimal.jade
@@ -1,8 +1,8 @@
!!! 5
html(lang="en")
head
!= SocketStream
meta(charset="utf-8")
!= SocketStream
title Welcome
body
p Welcome to your new realtime app!

0 comments on commit c5bcae7

Please sign in to comment.