]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
genindex is 100% valid
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Jul 2012 15:07:54 +0000 (11:07 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Jul 2012 15:07:54 +0000 (11:07 -0400)
doc/build/templates/genindex.mako
doc/build/templates/static_base.mako

index fce20f28dbcb4e57350c13627f2ead03ec0bc3c5..0a25b6724b6ef366ccf671b276ecbe6335c59b16 100644 (file)
@@ -14,7 +14,7 @@
 
    % for i, (key, entries) in enumerate(genindexentries):
 <h2 id="${key}">${key}</h2>
-<table width="100%" class="indextable"><tr><td width="33%" valign="top">
+<table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
 <dl>
     <%
         breakat = genindexcounts[i] // 2
     % else:
         ${entryname|h}
     % endif
+</dt>
 
     % if subitems:
-  <dd><dl>
-    % for subentryname, subentrylinks in subitems:
-    <dt><a href="${subentrylinks[0][1]}">${subentryname|h}</a>
-            % for j, (unknown, link) in enumerate(subentrylinks[1:]):
-                <a href="${link}">[${j}]</a>
-            % endfor
-    </dt>
-    % endfor
-  </dl></dd>
-  % endif
- <%
+    <dd><dl>
+      % for subentryname, subentrylinks in subitems:
+      <dt><a href="${subentrylinks[0][1]}">${subentryname|h}</a>
+              % for j, (unknown, link) in enumerate(subentrylinks[1:]):
+                  <a href="${link}">[${j}]</a>
+              % endfor
+      </dt>
+      % endfor
+    </dl></dd>
+    % endif
+
+  <%
     numitems = numitems + 1 + len(subitems)
- %> 
- % if numcols <2 and numitems > breakat:
+  %>
 % if numcols <2 and numitems > breakat:
      <%
         numcols = numcols + 1
      %>
         </dl></td><td width="33%" valign="top"><dl>
-% endif
+  % endif
 
 % endfor
-</dl></td></tr></table>
+<dt></dt></dl>
+</td></tr></table>
 % endfor
 
 <%def name="sidebarrel()">
index 134c0d00a2ad7490f1ab1a30986b07f4a1b833ac..40bf1c68ff176c999f7442b48c7bf6ce784abc57 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         ${metatags and metatags or ''}