Skip to content

Commit 5dbc9e6

Browse files
committed
remove extra whitespace
1 parent 4dfef18 commit 5dbc9e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/cgi/helloerb.rhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<p><%= _("QUERY_STRING") %>: <%= cgi.query_string %></p>
1919
</div>
2020
<p><%= _("Call a library method which has another textdomain.") %></p>
21-
<div class="locale"><%= lib.hello %></div>
21+
<div class="locale"><%= lib.hello %></div>
2222
<p><a href="/"><%= _("Back") %></a></p>
2323

2424
<div class="copyright">

0 commit comments

Comments
 (0)