Your message dated Sat, 24 Jan 2004 19:27:19 -0200 with message-id <[EMAIL PROTECTED]> and subject line www.debian.org: Empty href in description of CD vendors has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 17 Jan 2004 23:55:17 +0000 >From [EMAIL PROTECTED] Sat Jan 17 15:55:17 2004 Return-path: <[EMAIL PROTECTED]> Received: from smtp018.mail.yahoo.com [216.136.174.115] by spohr.debian.org with smtp (Exim 3.35 1 (Debian)) id 1Ai0Hd-0007ie-00; Sat, 17 Jan 2004 15:55:17 -0800 Received: from unknown (HELO angel.hsantanna.homelinux.org) ([EMAIL PROTECTED] with login) by smtp018.mail.yahoo.com with SMTP; 17 Jan 2004 23:54:45 -0000 Received: from hs by angel.hsantanna.homelinux.org with local (Exim 4.30) id 1Ai0Cg-0001Xr-Lo; Sat, 17 Jan 2004 21:50:10 -0200 Content-Type: multipart/mixed; boundary="===============1497683384==" MIME-Version: 1.0 From: "Gustavo R. Montesino" <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: www.debian.org: Empty href in description of CD vendors X-Mailer: reportbug 2.37 Date: Sat, 17 Jan 2004 21:49:58 -0200 Message-Id: <[EMAIL PROTECTED]> Sender: "Gustavo R. Montesino" <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_01_14 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=0.2 required=4.0 tests=HAS_PACKAGE,HTML_10_20, HTML_MESSAGE,HTML_TAG_BALANCE_A autolearn=no version=2.60-bugs.debian.org_2004_01_14 X-Spam-Level: This is a multi-part MIME message sent by reportbug. --===============1497683384== MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="ISO-8859-1" Content-Disposition: inline Package: www.debian.org Severity: wishlist Tags: patch There are some vendors that have an empty urldeb in their descriptions, generating an empty href, with tidy dislikes (and is, probably, not compliant with the web standards). The atached patch to vendors.CD.def adds a if to check for empty strings. I'll apply it if there aren't objections. -- Gustao R. Montesino (gmontesino) -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux angel 2.4.24 #3 Sáb Jan 10 16:15:17 BRST 2004 i686 Locale: LANG=pt_BR, LC_CTYPE=pt_BR --===============1497683384== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="/var/lib/cvs/webwml/english/CD/vendors/empty-href.patch" --- vendors.CD.def.orig 2004-01-17 21:46:25.000000000 -0200 +++ vendors.CD.def 2004-01-17 21:35:03.000000000 -0200 @@ -7,7 +7,7 @@ </define-tag> <define-tag URLdeb whitespace=delete> <strong><gettext domain="vendors">URL for Debian Page:</gettext></strong> - <a href="%0">%0</a><br> + <if %0 "<a href="%0">%0</a><br>" "<br>"> </define-tag> <define-tag contribution whitespace=delete> <strong><gettext domain="vendors">Allows Contribution to Debian:</gettext> --===============1497683384==-- --------------------------------------- Received: (at 228290-done) by bugs.debian.org; 24 Jan 2004 21:31:39 +0000 >From [EMAIL PROTECTED] Sat Jan 24 13:31:39 2004 Return-path: <[EMAIL PROTECTED]> Received: from smtp106.mail.sc5.yahoo.com [66.163.169.226] by spohr.debian.org with smtp (Exim 3.35 1 (Debian)) id 1AkVNT-0006Mu-00; Sat, 24 Jan 2004 13:31:39 -0800 Received: from unknown (HELO angel.hsantanna.homelinux.org) ([EMAIL PROTECTED] with login) by smtp106.mail.sc5.yahoo.com with SMTP; 24 Jan 2004 21:31:28 -0000 Received: from hs by angel.hsantanna.homelinux.org with local (Exim 4.30) id 1AkVJR-0001Bn-8U for [EMAIL PROTECTED]; Sat, 24 Jan 2004 19:27:29 -0200 Date: Sat, 24 Jan 2004 19:27:19 -0200 From: "Gustavo R. Montesino" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: www.debian.org: Empty href in description of CD vendors Message-ID: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[EMAIL PROTECTED]> User-Agent: Mutt/1.5.5.1+cvs20040105i Sender: "Gustavo R. Montesino" <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_01_24 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=0.0 required=4.0 tests=none autolearn=no version=2.60-bugs.debian.org_2004_01_24 X-Spam-Level: On Sat, Jan 17, 2004 at 09:49:58PM -0200, Gustavo R. Montesino wrote: > Package: www.debian.org > Severity: wishlist > Tags: patch > > There are some vendors that have an empty urldeb in their descriptions, > generating an empty href, with tidy dislikes (and is, probably, not > compliant with the web standards). > > The atached patch to vendors.CD.def adds a if to check for empty > strings. I'll apply it if there aren't objections. > Commited, as no comment was done. Gustavo R. Montesino