Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Commit

Permalink
improved the page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
mattetti committed Dec 10, 2008
1 parent 485a0d2 commit d346951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layout/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="<%= language %>">
<head>
<title>- The Merb Open Source Book - <%= params[:page_name] || params[:chapter_name] %></title>
<title>- The Merb Open Source Book - <%= params[:chapter] %> - <%= params[:page_name] %></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/stylesheets/merb_book.css" type="text/css"
media="screen" charset="utf-8" />
Expand Down

0 comments on commit d346951

Please sign in to comment.