This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 72c24f94 Don't drop line-feeds in display
72c24f94 is described below

commit 72c24f942e9155960b5738c10c0f9d0f8f30d8cd
Author: Sebb <[email protected]>
AuthorDate: Thu Jun 5 21:57:08 2025 +0100

    Don't drop line-feeds in display
---
 lib/whimsy/asf/forms.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/forms.rb b/lib/whimsy/asf/forms.rb
index 246a0116..d58cc349 100644
--- a/lib/whimsy/asf/forms.rb
+++ b/lib/whimsy/asf/forms.rb
@@ -83,7 +83,7 @@ class Wunderbar::HtmlMarkup
       if args[:rows]
         _textarea! type: args[:type], name: args[:name], id: args[:id], value: 
args[:value], class: args[:class],
                    aria_describedby: args[:aria_describedby], rows: 
args[:rows], readonly: readonly do
-          _! args[:value]
+          _ args[:value]
         end
       else
         _input type: args[:type], name: args[:name], id: args[:id], value: 
args[:value], class: args[:class],

Reply via email to