Skip to content

Commit 22685b7

Browse files
author
lauren mccarthy
committed
formatting lib pages
1 parent 6364ec5 commit 22685b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/yuidoc-p5-theme-src/scripts/tpl/library.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)