Skip to content

Commit

Permalink
Merge pull request #1 from jongd/master
Browse files Browse the repository at this point in the history
Fix meta viewport tag
  • Loading branch information
stefl committed Dec 4, 2012
2 parents fe47cdc + a1d87dc commit 3df69cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/application.haml
Expand Up @@ -16,7 +16,7 @@
%meta{:name => "description", :value => Bootbuckle.description}
%meta{:name => "MSSmartTagsPreventParsing", :content => "true"}/
%meta{:"http-equiv" => "X-UA-Compatible", :content => "chrome=1"}/
%meta{:name=>"viewport", :content=>"width=device-width,initial-scale=1;maximum-scale=1;minimum-scale=1;user-scalable=no;"}/
%meta{:name=>"viewport", :content=>"width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"}/
%meta{:name=>"apple-mobile-web-app-capable", :content=>"yes"}/
%meta{:name=>"apple-mobile-web-app-status-bar-style", :content=>"black"}/
%link{:href => "/stylesheets/application.css", :media => "screen, projection", :rel => "stylesheet", :type => "text/css"}/
Expand Down

0 comments on commit 3df69cc

Please sign in to comment.