> The issue you are reporting is an upstream one and it would be nice if
somebody having it could send the bug to the developers of the software
at https://github.com/htacg/tidy-html5/issues .

My bad... I did not check Debian. Let me see if there's a Debian bug
covering it.

Here's what MacPorts is providing:

    $ port info tidy
    tidy @5.2.0 (www)
    Variants:             debug, universal

    Description:          Tidy is a utility to clean up and fix broken HTML 
files.
    Homepage:             http://www.html-tidy.org/

    Build Dependencies:   cmake, libxslt
    Platforms:            darwin
    License:              MIT
    Maintainers:          Email: ryandes...@macports.org
                          Policy: openmaintainer

**********

It looks like Debian's HTML Tidy is producing the issue:

diff --git a/downloads.html b/downloads.html
index b1199eb..b3f1807 100644
--- a/downloads.html
+++ b/downloads.html
@@ -3,15 +3,15 @@

 <html>
 <head>
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-
-  <title>Crypto++ Library | All Downloads</title>
-  <meta name="description" content=
-  "free C++ library for cryptography: includes ciphers, message authentication
codes, one-way hash functions, public-key cryptosystems, key agreement schemes,
and deflate compression">
-  <meta name="keywords" content=
-  "Crypto++, CryptoPP, crypto, cryptography, cryptographic, security, free, 
open source, public domain, library, C++, SSE2, SSE4, AESNI, RDRAND, RDSEED, 
NEON, ASIMD, cipher, ciphers, code, codes, scheme, schemes, hash, digest, 
cryptosystem, key agreement, AES, DH, RSA, DSA, DES, SHA, HMAC, HKDF, elliptic 
curve">
-  <link rel="stylesheet" type="text/css" href="cryptopp.css">
-  <style type="text/css">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">^M
+^M
+<title>Crypto++ Library | All Downloads</title>^M
+<meta name="description" content=^M
+"free C++ library for cryptography: includes ciphers, message authentication 
codes, one-way hash functions, public-key cryptosystems, key agreement schemes, 
and deflate compression">^M
+<meta name="keywords" content=^M
+"Crypto++, CryptoPP, crypto, cryptography, cryptographic, security, free, open 
source, public domain, library, C++, SSE2, SSE4, AESNI, RDRAND, RDSEED, NEON, 
ASIMD, cipher, ciphers, code, codes, scheme, schemes, hash, digest, 
cryptosystem, key agreement, AES, DH, RSA, DSA, DES, SHA, HMAC, HKDF, elliptic 
curve">^M
+<link rel="stylesheet" type="text/css" href="cryptopp.css">^M
+<style type="text/css">^M

**********

Here's what Debian is providing:

$ apt-cache show tidy
Package: tidy
Version: 20091223cvs-1.4+deb8u1
Installed-Size: 84
Maintainer: Jason Thomas <ja...@debian.org>
Architecture: amd64
Depends: libc6 (>= 2.14), libtidy-0.99-0 (>= 20091223cvs-1.4+deb8u1)
Suggests: tidy-doc
Description-en: HTML syntax checker and reformatter
 Corrects markup in a way compliant with the latest standards, and
 optimal for the popular browsers.  It has a comprehensive knowledge
 of the attributes defined in the HTML 4.0 recommendation from W3C,
 and understands the US ASCII, ISO Latin-1, UTF-8 and the ISO 2022
 family of 7-bit encodings.  In the output:
 .
  * HTML entity names for characters are used when appropriate.
  * Missing attribute quotes are added, and mismatched quotes found.
  * Tags lacking a terminating '>' are spotted.
  * Proprietary elements are recognized and reported as such.
  * The page is reformatted, from a choice of indentation styles.
 .
 Tidy is a product of the World Wide Web Consortium.
Description-md5: fd11e1a504852ab2140f3a76fd8a688e
Homepage: http://tidy.sourceforge.net/
Tag: interface::commandline, role::program, scope::utility, use::checking,
 use::converting, works-with-format::html, works-with::text
Section: web
Priority: optional
Filename: pool/main/t/tidy/tidy_20091223cvs-1.4+deb8u1_amd64.deb
Size: 26290
MD5sum: 6326bb7c2d4306ed1bb4945c421c8776
SHA1: 11eed01005bbe584cd7ed1cc9ebe573eb3f20518
SHA256: 7e13626a3ae54c1c2eeb7f2958426f5c5f6808e7ce33f9ed6c4f0e81b3c1d444

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660537

Title:
  HTML Tidy is dooing a poor job; please update to newer HTML Tidy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tidy-html5/+bug/1660537/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to