File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/rdoc/generator/template/rorvswild Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
< h3 > Constants</ h3 >
4
4
< ul class ="link-list " role ="directory ">
5
5
<%- constants . each do |const | -%>
6
- < li > < a href ="# <%= h const . name %> "> <%= h const . name -%> </ a >
6
+ < li > < a href ="# <%= h const . name %> "> <%= h const . name -%> </ a > </ li >
7
7
<%- end -%>
8
8
</ ul >
9
9
</ div >
Original file line number Diff line number Diff line change 3
3
< h3 > Class Methods</ h3 >
4
4
< ul class ="link-list " role ="directory ">
5
5
<%- class_methods . each do |meth | -%>
6
- < li <%- if meth . calls_super %> class ="calls-super " <%- end %> > < a href ="# <%= meth . aref %> "> <%= h meth . name -%> </ a >
6
+ < li <%- if meth . calls_super %> class ="calls-super " <%- end %> > < a href ="# <%= meth . aref %> "> <%= h meth . name -%> </ a > </ li >
7
7
<%- end -%>
8
8
</ ul >
9
9
</ div >
14
14
< h3 > Instance Methods</ h3 >
15
15
< ul class ="link-list " role ="directory ">
16
16
<%- instance_methods . each do |meth | -%>
17
- < li <%- if meth . calls_super %> class ="calls-super " <%- end %> > < a href ="# <%= meth . aref %> "> <%= h meth . name -%> </ a >
17
+ < li <%- if meth . calls_super %> class ="calls-super " <%- end %> > < a href ="# <%= meth . aref %> "> <%= h meth . name -%> </ a > </ li >
18
18
<%- end -%>
19
19
</ ul >
20
20
</ div >
You can’t perform that action at this time.
0 commit comments