File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ return [==[
31
31
# local display_name = ldoc.display_name
32
32
# local iter = ldoc.modules.iter
33
33
# local function M(txt,item) return ldoc.markup(txt,item,ldoc.plain) end
34
- # local nowrap = ldoc.wrap and '' or 'nowrap'
34
+ # local nowrap = ldoc.wrap and '' or ' nowrap'
35
35
36
36
<!-- Menu -->
37
37
@@ -139,7 +139,7 @@ return [==[
139
139
<table class="function_list">
140
140
# for item in items() do
141
141
<tr>
142
- <td class="name" $(nowrap)><a href="#$(item.name)">$(display_name(item))</a></td>
142
+ <td class="name"$(nowrap)><a href="#$(item.name)">$(display_name(item))</a></td>
143
143
<td class="summary">$(M(item.summary,item))</td>
144
144
</tr>
145
145
# end -- for items
@@ -306,7 +306,7 @@ return [==[
306
306
<table class="module_list">
307
307
# for m in mods() do
308
308
<tr>
309
- <td class="name" $(nowrap)><a href="$(no_spaces(kind))/$(m.name).html">$(m.name)</a></td>
309
+ <td class="name"$(nowrap)><a href="$(no_spaces(kind))/$(m.name).html">$(m.name)</a></td>
310
310
<td class="summary">$(M(ldoc.strip_header(m.summary),m))</td>
311
311
</tr>
312
312
# end -- for modules
You can’t perform that action at this time.
0 commit comments