From eb3f884e35b3a24dbe3dcdf4f845d17f76818d95 Mon Sep 17 00:00:00 2001 From: Bryan Larsen Date: Fri, 19 Nov 2010 16:36:41 -0500 Subject: [PATCH 2/2] [#862] strange fix for a strange situation, but should be harmless for everybody else. --- vendor/plugins/hobo/hobo/taglibs/rapid_forms.dryml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vendor/plugins/hobo/hobo/taglibs/rapid_forms.dryml b/vendor/plugins/hobo/hobo/taglibs/rapid_forms.dryml index 3172a9f..f9281b7 100644 --- a/vendor/plugins/hobo/hobo/taglibs/rapid_forms.dryml +++ b/vendor/plugins/hobo/hobo/taglibs/rapid_forms.dryml @@ -588,7 +588,7 @@ All the standard ajax attributes *except the callbacks* are supported (see the m else fade = true if fade.nil? attributes[:value] = label - attributes[:onclick] = "Hobo.removeButton(this, '#{url}', #{js_updates(update)}, {fade:#{fade}, confirm: #{confirm.inspect}})" + attributes[:onclick] = "Hobo.removeButton(this, '#{url}', #{js_updates(update)}, {fade:#{fade}, confirm: '#{confirm}'})" element(:input, attributes, nil, true, true) end end -- 1.7.3.2