Hi: I'm attaching a patch to fix today's tidy error reports in english/donations.wml file:
http://www-master.debian.org/build-logs/tidy/en I think that I fixed it correctly based on a "Template" comment I found in the line 211 of the file itself and also based on the rest of its structure. I fixed the tidy report and also added a <p></p> block which based on my understanding I think it was missing. Let me know please if you have any question or anything else. Cheers, -- Jeremías
Index: english/donations.wml =================================================================== RCS file: /cvs/webwml/webwml/english/donations.wml,v retrieving revision 1.78 diff -u -u -r1.78 donations.wml --- english/donations.wml 15 Jan 2015 21:14:34 -0000 1.78 +++ english/donations.wml 16 Jan 2015 15:48:04 -0000 @@ -261,14 +261,15 @@ <h3 id="debconf">DebConf e.V.</h3> +<p> <a href="http://debconf15.debconf.org/verein.xhtml">DebConf e.V.</a> is a tax-exempt non-profit corporation based in Germany. It has been incorporated to provide a legal entity for DebConf15. +</p> <h4 id="debconf-bank">Wire transfer</h4> +<p> You can find bank details <a href="http://debconf15.debconf.org/verein.xhtml">here</a>. At your request, we will mail you a signed donation receipt for tax purposes. - -<p> </p> <h2 id="donors">Donors</h2>

