Skip to content

Commit

Permalink
remove a trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
adamvduke committed Apr 16, 2013
1 parent 32c7521 commit 78f3c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/layout.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%link{ :rel => 'stylesheet', :href => '/css/fullcalendar.css', :type => 'text/css', :charset => 'utf-8' }
%link{ :rel => 'stylesheet', :href => '/css/jquery-ui-1.8.18.custom.css', :type => 'text/css', :charset => 'utf-8' }
%link{ :rel => 'stylesheet', :href => '/css/style.css', :type => 'text/css', :charset => 'utf-8' }
%link{ :rel => 'stylesheet', :href => 'http://fonts.googleapis.com/css?family=Muli', :type=> 'text/css', }
%link{ :rel => 'stylesheet', :href => 'http://fonts.googleapis.com/css?family=Muli', :type=> 'text/css' }
%link{ :rel => 'icon', :type => "image/x-icon", :href => '/images/favicon.png' }
%title Philly Tech Calendar
%script{ :src => '/js/analytics.js', :type => 'text/javascript' }
Expand Down

0 comments on commit 78f3c48

Please sign in to comment.