From 5dbc9e6f2e9c706dd7ee006e3a691c225df17a47 Mon Sep 17 00:00:00 2001 From: Joel Hawksley Date: Mon, 23 Feb 2026 11:05:55 -0700 Subject: [PATCH 1/3] remove extra whitespace --- samples/cgi/helloerb.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cgi/helloerb.rhtml b/samples/cgi/helloerb.rhtml index 6172635d..0c740f58 100644 --- a/samples/cgi/helloerb.rhtml +++ b/samples/cgi/helloerb.rhtml @@ -18,7 +18,7 @@

<%= _("QUERY_STRING") %>: <%= cgi.query_string %>

<%= _("Call a library method which has another textdomain.") %>

-
<%= lib.hello %>
+
<%= lib.hello %>

<%= _("Back") %>