public
Fork of eldiablo/feather-plugins
Description: This contains various plugins for Feather
Clone URL: git://github.com/bradly/feather-plugins.git
Fixed markup bug in comment labels that was causing textfields to lose 
focus in Safari
bradly (author)
Tue Jul 22 07:32:40 -0700 2008
commit  cda564cb0f32b1988d8879a1ab9663b1f969ff14
tree    edd7e3dc085c8760d8269376aa8ca8d46cd466fd
parent  f456764010368b085d65e077b640940c93e78624
...
36
37
38
39
 
40
41
42
43
 
44
45
46
...
36
37
38
 
39
40
41
42
 
43
44
45
46
0
@@ -36,11 +36,11 @@
0
      </script>
0
    <% end %>
0
       <p>
0
- <label for="comment_name" class="text">Name:<label>
0
+ <label for="comment_name" class="text">Name:</label>
0
         <%= text_field :name => 'comment[name]', :size => 30, :id => 'comment_name' %>
0
       </p>
0
       <p>
0
- <label for="comment_email_address" class="text">Email Address:<label>
0
+ <label for="comment_email_address" class="text">Email Address:</label>
0
         <%= text_field :name => 'comment[email_address]', :size => 30, :id => 'comment_email_address' %>
0
       </p>
0
       <p>

Comments

    No one has commented yet.