File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/yuidoc-p5-theme-src/scripts/tpl Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ <h3><%= module.name %> library</h3>
88
99< % _.each(groups, function(group){ %>
1010 < % if (t == 0) { %>
11- < div class ="column col_ <%=col%> ">
11+ < div class ="column_ <%=col%> ">
1212 < % } %>
1313 < % if (group.name !== module.name && group.name !== 'p5') { %>
14- < a href ="<%=group.hash%> " < % if (group.module !== module.name) { %> class="core"< % } %> > < h4 class ="group-name <% if (t == 0) { %> first<%}%> "> < %=group.name%> () </ h4 > </ a >
14+ < a href ="<%=group.hash%> " < % if (group.module !== module.name) { %> class="core"< % } %> > < h4 class ="group-name <% if (t == 0) { %> first<%}%> "> < %=group.name%> </ h4 > </ a >
1515 < % } %>
1616 < % _.each(group.items, function(item) { %>
1717 < a href ="<%=item.hash%> " < % if (item.module !== module.name) { %> class="core"< % } %> > < %=item.name%> < % if (item.itemtype === 'method') { %> ()< %}%> </ a > < br >
You can’t perform that action at this time.
0 commit comments