Go to file
Geoff McLane a49890ee55 Issue #498 - parser.c - if a <table> in a <table> just close.
The previous action was to discard the second, while it is the second
table that browsers will render.

This conforms to the principle that the html output by tidy should render
in a browser like the original html.
2017-02-24 16:20:10 +01:00
build Change to msvc140 2015 build 2016-10-02 16:37:22 +02:00
console style: ansi conforming comments 2016-12-20 16:51:09 +11:00
experimental style: ansi conforming comments 2016-12-20 16:51:09 +11:00
include Merge pull request #480 from onnimonni/feature-fix-xmlns-xlink 2017-01-29 19:17:43 +01:00
localize Improve French translation. 2016-06-29 18:12:26 +02:00
man Merge documentation of "command-line" and "configuration" options (Issue #469) (#473) 2017-01-08 18:19:36 +01:00
README Merge branch 'tidy_version' 2017-02-13 08:51:04 -05:00
src Issue #498 - parser.c - if a <table> in a <table> just close. 2017-02-24 16:20:10 +01:00
.gitignore Remove /test/ from the repository. Regression testing is still very important, and so 2016-02-16 11:20:22 +08:00
CMakeLists.txt Adjust for removal of LICENSE.txt 2016-07-11 20:40:20 +02:00
README.md - Removed documentation generation from this repository. 2016-02-05 14:59:12 +08:00
version.txt Issue #497 - version.txt - Bump to 5.3.20 for this fix 2017-02-24 14:39:46 +01:00

HTML Tidy with HTML5 support

All READMEs and related materials can be found in README/.

For build instructions please see README/README.md.