0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/tools
firedfox 57a4dd9cc2 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>
2016-03-24 17:18:25 +01:00
..
configure.d
doc doc: fix order of end tags of list after heading 2016-03-24 17:18:25 +01:00
eslint tools: update ESLint to version 2.1.0 2016-02-18 10:13:13 -08:00
eslint-rules tools: add buffer-constructor eslint rule 2016-03-18 17:05:18 -07:00
gyp
icu build: fix --with-intl=system-icu for x-compile 2015-11-14 16:38:40 -08:00
msvs win,msi: prevent from installing on Windows Vista or earlier 2016-03-18 02:59:05 +01:00
osx-pkg.pmdoc
pkgsrc
rpm tools: add --prof-process flag to node binary 2015-12-08 02:00:46 +01:00
certdata.txt tools: update certdata.txt 2015-11-21 21:33:01 +01:00
check-imports.sh
cpplint.py tools: reduce verbosity of cpplint 2016-03-07 11:16:14 -08:00
create_android_makefiles build: add script to create Android .mk files 2016-03-22 19:17:28 +01:00
create_expfile.sh
genv8constants.py
getnodeversion.py
gyp_node.py tools: remove unused imports 2016-03-18 10:56:13 -07:00
install.py tools: remove unused imports 2016-03-18 10:56:13 -07:00
js2c.py src,tools: remove null sentinel from source array 2016-02-25 13:21:56 +01:00
license2rtf.js
license-builder.sh tools: fix license-builder.sh for ICU 2016-01-20 16:34:16 +11:00
lsan_suppressions.txt
make-v8.sh test: run v8 tests from node tree 2016-02-11 13:07:03 -05:00
Makefile
mk-ca-bundle.pl
osx-codesign.sh
osx-pkg-postinstall.sh
osx-productsign.sh
release.sh tools: add support for subkeys in release tools 2016-01-26 09:05:33 -08:00
run-valgrind.py
specialize_node_d.py
test-npm.sh
test.py tools: support testing known issues 2016-03-04 08:50:42 -05:00
update-authors.sh
utils.py