Merge pull request #198 from xelivous/patch-1

add missing parenthesis in ldoc_ltp.lua
This commit is contained in:
Steve J Donovan 2015-09-28 13:56:36 +02:00
commit 0577744bef
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>