generators/templates/application/layout.erb in rhodes-0.2.1 vs generators/templates/application/layout.erb in rhodes-0.2.2

- old
+ new

@@ -1,17 +1,17 @@ <!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"> <head> <title><%= class_name %></title> - <% if System::get_property('platform') == 'APPLE' %> + <%% if System::get_property('platform') == 'APPLE' %> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/> <style type="text/css" media="screen">@import "/shared/js/iui/iui.css"; @import "/shared/css/rho.css";</style> <script type="application/x-javascript" src="/shared/js/iui/iui.js"></script> <script src="/shared/js/jquery-1.2.6.min.js"></script> <script src="/shared/js/rho.js"></script> - <% end %> + <%% end %> </head> <body> - <%= @content %> + <%%= @content %> </body> </html> \ No newline at end of file