]> git.openstreetmap.org Git - rails.git/commitdiff
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

index 612c419c68366210844aa5cc2c0f882075c6ba44..7728809bffb13f8d7d5f00c5a77dbfdb28efe65d 100644 (file)
@@ -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' %>