Skip to content

Commit

Permalink
Add note to Sammy.Form about the Sammy.Template changes
Browse files Browse the repository at this point in the history
  • Loading branch information
quirkey committed Jan 16, 2011
1 parent 28272d1 commit e8e475b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/plugins/sammy.form.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@
// <%= f.close() %>
// <% }); %>
//
// Note: If you're using the `Sammy.Template` plugin for templating as above,
// you need to turn off the automatic html escaping for this to work. See
// the docs for `Sammy.Template` for more information.
formFor: function(name, object, content_callback) {
var builder;
// define a form with just a name
Expand Down

0 comments on commit e8e475b

Please sign in to comment.