Skip to content

Commit

Permalink
Update to conform to rails 3.1 generated caode
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelplaing committed Sep 10, 2011
1 parent 37f1cf0 commit 8a08764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/guides/source/getting_started.textile
Expand Up @@ -821,8 +821,8 @@ this layout in your editor and modify the +body+ tag:
<html>
<head>
<title>Blog</title>
<%= stylesheet_link_tag :all %>
<%= javascript_include_tag :defaults %>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
</head>
<body style="background: #EEEEEE;">
Expand Down

0 comments on commit 8a08764

Please sign in to comment.