Hello, 2 recently added webpages do not validate correctly (http://people.debian.org/~barbier/validate/en) : http://www.debian.org/security/2004/CAN-2004-0077 and http://www.debian.org/security/2004/CAN-2004-0109.
Here is the proposed fix: Index: webwml/english/security/2004/CAN-2004-0077.data =================================================================== RCS file: /cvs/webwml/webwml/english/security/2004/CAN-2004-0077.data,v retrieving revision 1.2 diff -u -u -r1.2 CAN-2004-0077.data --- webwml/english/security/2004/CAN-2004-0077.data 22 Apr 2004 09:27:18 -0000 1.2 +++ webwml/english/security/2004/CAN-2004-0077.data 23 Apr 2004 12:37:19 -0000 @@ -1,9 +1,9 @@ <define-tag row whitespace=delete> <tr> - <td>%0</a> - <td>%1</a> - <td>%2</a> - <td><a href="dsa-%3">DSA %3</a></a> + <td>%0</td> + <td>%1</td> + <td>%2</td> + <td><a href="dsa-%3">DSA %3</a></td> </tr> </define-tag> Index: webwml/english/security/2004/CAN-2004-0109.data =================================================================== RCS file: /cvs/webwml/webwml/english/security/2004/CAN-2004-0109.data,v retrieving revision 1.1 diff -u -u -r1.1 CAN-2004-0109.data --- webwml/english/security/2004/CAN-2004-0109.data 22 Apr 2004 09:33:17 -0000 1.1 +++ webwml/english/security/2004/CAN-2004-0109.data 23 Apr 2004 12:37:19 -0000 @@ -1,9 +1,9 @@ <define-tag row whitespace=delete> <tr> - <td>%0</a> - <td>%1</a> - <td>%2</a> - <td><a href="dsa-%3">DSA %3</a></a> + <td>%0</td> + <td>%1</td> + <td>%2</td> + <td><a href="dsa-%3">DSA %3</a></td> </tr> </define-tag> I can check them in the CVS as it seems obviously correct to me. Joey might want to update his template as well. :-) Fred