public
Description: This contains various plugins for Feather
Clone URL: git://github.com/eldiablo/feather-plugins.git
Click here to lend your support to: feather-plugins and make a donation at www.pledgie.com !
Added missing equals sign in comment html
bradly (author)
Wed May 07 23:34:28 -0700 2008
commit  b3f97e69023031b798c67ca786f1173271786f12
tree    f20dbe92bb8d5c3e1d2ec9eef60d88c027ae8c11
parent  3823cc1e103755ff68f9e186c1b16ac33521c10d
...
48
49
50
51
 
52
53
54
...
48
49
50
 
51
52
53
54
0
@@ -48,7 +48,7 @@
0
         <%= text_field :name => 'comment[website]', :size => 30, :id => 'comment_website' %>
0
       </p>
0
    <p>
0
- <label class="text" for"comment_formatter">Formatter:</label>
0
+ <label class="text" for="comment_formatter">Formatter:</label>
0
    <%= select_field :name => 'comment[formatter]', :collection => Hooks::Formatters.available_formatters, :selected => 'default', :id => 'comment_formatter' %>
0
    </p>
0
       <p>

Comments

    No one has commented yet.