tidyDocRunDiagnostics shouldn't check quiet

Daurnimator <[email protected]> Fri, 20 Jul 2012 15:25:18 +1000
Newsgroups gmane.comp.web.html-tidy.user
Message-ID <CAEnbY+fNL9po+WgWrL818qeJt2hBHg-z9fcyK_bah2UVv6a5bQ@mail.gmail.com>
I'm using tidylib, and I'd like to get the ReportMarkupVersion message
(via my report callback); yet not have anything printed to console.

tidyDocRunDiagnostics should not check quiet: it should just run then
(and they are stopped from going to console by tidy_out in localize.c)

Daurn