Skip to content

Commit

Permalink
Changed the layout to work witch accented letters (UTF8) like 'è'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonedamico authored and Alexis Sellier committed Feb 22, 2010
1 parent a959d9a commit c26bb04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/layout.rhtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<link rel="stylesheet" type="text/css" href="/css/main.css">
<link rel="alternate" type="application/atom+xml" title="<%= title %> - feed" href="/index.xml" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title><%= title %></title>
</head>
<body>
Expand Down

0 comments on commit c26bb04

Please sign in to comment.