projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b492385
)
added missing =, fixes #1930
author
Štefan Baebler
<stefan.baebler@gmail.com>
Fri, 3 Jul 2009 05:49:14 +0000
(
05:49
+0000)
committer
Štefan Baebler
<stefan.baebler@gmail.com>
Fri, 3 Jul 2009 05:49:14 +0000
(
05:49
+0000)
app/views/layouts/site.html.erb
patch
|
blob
|
history
diff --git
a/app/views/layouts/site.html.erb
b/app/views/layouts/site.html.erb
index 612c419c68366210844aa5cc2c0f882075c6ba44..7728809bffb13f8d7d5f00c5a77dbfdb28efe65d 100644
(file)
--- a/
app/views/layouts/site.html.erb
+++ b/
app/views/layouts/site.html.erb
@@
-1,5
+1,5
@@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%= I18n.locale %>" lang="<%= I18n.locale %>" dir="<% t'html.dir' %>">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%= I18n.locale %>" lang="<%= I18n.locale %>" dir="<%
=
t'html.dir' %>">
<head>
<%= javascript_include_tag 'prototype' %>
<%= javascript_include_tag 'site' %>