add missing parenthesis in ldoc_ltp.lua

This commit is contained in:
xelivous 2015-03-28 23:31:42 -05:00
parent 3d193b169f
commit 134313e9a0
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ return [==[
# for kind, mods, type in ldoc.kinds() do
# if ldoc.allowed_in_contents(type,module) then
<h2>$(kind)</h2>
<ul class="$(kind=='Topics' and '' or 'nowrap'">
<ul class="$(kind=='Topics' and '' or 'nowrap')">
# for mod in mods() do local name = display_name(mod)
# if mod.name == this_mod then
<li><strong>$(name)</strong></li>