Skip to content

Commit 8b9ddde

Browse files
committed
Escape yield parameters
1 parent 1152955 commit 8b9ddde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc/generator/template/darkfish/class.rhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<% else %>
115115
<div class="method-heading">
116116
<span class="method-name"><%= h method.name %></span><span
117-
class="method-args"><%= method.param_seq %></span>
117+
class="method-args"><%= h method.param_seq %></span>
118118
<% if method.token_stream then %>
119119
<span class="method-click-advice">click to toggle source</span>
120120
<% end %>

0 commit comments

Comments
 (0)