UVLDoc: Rendering optimizations and CSS style
[project/luci.git] / libs / uvldoc / luasrc / uvldoc / proto / xhtml / index.xml
index 269c798..a905004 100644 (file)
@@ -1,10 +1,10 @@
 <%+header.xml%>
 <h1 class="index-title">UCI Documentation</h1>
-<h3 class="index-subtitle">Configurations</h3>
+<h3 class="index-subtitle">Schemes</h3>
 <table class="index">
 <% for k, v in luci.util.kspairs(self.schemes) do %>
 <tr>
-       <td><a href="<%=self:_scheme_filename(k)%>"><%=k%></a></td>
+       <th><a href="<%=self:_scheme_filename(k)%>"><%=k%></a></th>
        <td><%=self.schemes[k].title%></td>
 </tr>
 <% end %>