We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e58ee2 commit ce78e25Copy full SHA for ce78e25
2 files changed
lib/rdoc/generator/template/aliki/_sidebar_pages.rhtml
@@ -35,7 +35,7 @@
35
<%= h f.page_name %>
36
</a>
37
</li>
38
- <%- next %>
+ <%- next -%>
39
<%- end %>
40
41
<li>
lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
@@ -13,7 +13,7 @@
13
<%- f = files.shift %>
14
<%- if files.empty? %>
15
<li><a href="<%= rel_prefix %>/<%= h f.path %>"><%= h f.page_name %></a></li>
16
17
18
<li><details<%= ' open' if dir == n %>><summary><%
19
if n == f.page_name
0 commit comments