doc: fix order of end tags of list after heading
authorfiredfox <wangyang02@baidu.com>
Thu, 3 Mar 2016 08:18:09 +0000 (16:18 +0800)
committerMyles Borins <mborins@us.ibm.com>
Wed, 30 Mar 2016 20:12:17 +0000 (13:12 -0700)
commit8c24bd25a6c6b4c92f8f7f6b4626de9b1c942516
tree7c04e6d843491ca16a2751b3cc18a3c92a6b3395
parent7c837028dae4533542175acb5ba1d14521dde0e4
doc: fix order of end tags of list after heading

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>
tools/doc/html.js