mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Current html result of a list after heading is <div class="signature"><ul>...</div></ul>. Correct it to <div class="signature"><ul>...</ul></div>. PR-URL: https://github.com/nodejs/node/pull/5874 Fixes: https://github.com/nodejs/node/issues/5873 Reviewed-By: Roman Reiss <me@silverwind.io>