Commit a3defcb9

mo k <mo@mokhan.ca>
2012-07-29 04:47:13
fix validation errors with facebook like html.
1 parent 76d223e
Changed files (1)
app
views
creations
app/views/creations/show.html.erb
@@ -1,7 +1,7 @@
 <% provide(:title, "#{@creation.name} by #{@creation.user.name}") -%>
 <% provide(:description, "#{@creation.story}") -%>
 <% content_for :head do %>
-  <script type="text/javascript" charset="utf-8">
+  <script type="text/javascript">
     $(function() { 
       Creations.Show.initialize();
     });
@@ -57,7 +57,7 @@
 </div>
 <div class="row">
   <div class="span4">
-    <iframe src="http://www.facebook.com/plugins/like.php?href=<%= request.url %>" scrolling="no" frameborder="0" style="border:none; width:350px; height:30px; float:left;"></iframe>
+    <iframe src="http://www.facebook.com/plugins/like.php?href=<%= request.url %>" style="border:none; width:350px; height:30px; float:left;"></iframe>
   </div>
   <div class="span2">
     <% if user_signed_in? %>