templates/default/function_details/html/source.erb in yard-mruby-0.2.2 vs templates/default/function_details/html/source.erb in yard-mruby-0.2.3

- old
+ new

@@ -1,10 +1,10 @@ -<table class="source_code"> - <tr> - <td> - <pre class="lines"><%= "\n\n\n" %><%= h format_lines(object) %></pre> - </td> - <td> - <pre class="code"><span class="info file"># File '<%= h object.file %>'<% if object.line %>, line <%= object.line %><% end %></span><%= "\n\n" %><%= html_syntax_highlight object.source %></pre> - </td> - </tr> -</table> +<table class="source_code"> + <tr> + <td> + <pre class="lines"><%= "\n\n\n" %><%= h format_lines(object) %></pre> + </td> + <td> + <pre class="code"><span class="info file"># File '<%= h object.file %>'<% if object.line %>, line <%= object.line %><% end %></span><%= "\n\n" %><%= html_syntax_highlight object.source %></pre> + </td> + </tr> +</table>