We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1152955 commit 8b9dddeCopy full SHA for 8b9ddde
lib/rdoc/generator/template/darkfish/class.rhtml
@@ -114,7 +114,7 @@
114
<% else %>
115
<div class="method-heading">
116
<span class="method-name"><%= h method.name %></span><span
117
- class="method-args"><%= method.param_seq %></span>
+ class="method-args"><%= h method.param_seq %></span>
118
<% if method.token_stream then %>
119
<span class="method-click-advice">click to toggle source</span>
120
<% end %>
0 commit comments