lunarmodules/ldoc

"nowrap" Attribute Appears to be Exported Wrong

AntumDeluge opened this issue · 1 comments

Looking at page source for some generated docs, I found these lines:

<table class="module_list">
  <tr>
  <td class="name"  nowrap><a href="topics/settings.html">settings</a></td>
  <td class="summary">Cleaner Settings</td>
  </tr>
  <tr>
  <td class="name"  nowrap><a href="topics/api.html">api</a></td>
  <td class="summary">Cleaner API</td>
  </tr>
  <tr>
  <td class="name"  nowrap><a href="topics/commands.html">commands</a></td>
  <td class="summary">Cleaner Chat Commands</td>
  </tr>
  <tr>
  <td class="name"  nowrap><a href="topics/tools.html">tools</a></td>
  <td class="summary">Cleaner Tools</td>
  </tr>
  <tr>
  <td class="name"  nowrap><a href="topics/config.html">config</a></td>
  <td class="summary">World Path Configuration</td>
  </tr>
</table>

It appears to me that "nowrap" isn't being written properly. It should be inside the "class" quotes.

Turns out it is an HTML attribute for td tag.