doc: fix order of end tags of list after heading by firedfox · Pull Request #5874 · nodejs/node
Current html result of a list after heading is <div class="signature"><ul>...</div></ul>. Correct it to <div class="signature"><ul>...</ul></div>.
silverwind pushed a commit that referenced this pull request
Mar 24, 2016evanlucas pushed a commit that referenced this pull request
Mar 30, 2016MylesBorins pushed a commit that referenced this pull request
Mar 30, 2016MylesBorins pushed a commit that referenced this pull request
Mar 30, 2016evanlucas pushed a commit that referenced this pull request
Mar 31, 2016This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters