There was an error while loading. Please reload this page.
1 parent e7f62e3 commit 8bf90ffCopy full SHA for 8bf90ff
1 file changed
ldoc.ltp
@@ -293,11 +293,11 @@
293
294
# for kind, mods in ldoc.kinds() do
295
<h2>$(kind)</h2>
296
-# kind = kind:lower()
+# local lowerkind = kind:lower()
297
<table class="module_list">
298
# for m in mods() do
299
<tr>
300
- <td class="name" $(nowrap)><a href="$(no_spaces(kind))/$(m.name).html">$(m.name)</a></td>
+ <td class="name" $(nowrap)><a href="$(no_spaces(lowerkind))/$(m.name).html">$(m.name)</a></td>
301
<td class="summary">$(M(ldoc.strip_header(m.summary),m))</td>
302
</tr>
303
# end -- for modules
0 commit comments