[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#251292: www.debian.org: tidy reports trimming empty <dd> for security pages (some more)



Package: www.debian.org
Severity: normal
Tags: patch

Hi,

looking at:
   http://people.debian.org/~alfie/tidy/en
there are still warnings about empty <dd>

it seems to by a more wide bug as template/security.wml used
<isvulnerable> tag to display whether a fix is available or not, maybe
we should use the <fixed> tag.

here is a patch for this.

Regards


Nicolas Bertolissio

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.4
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro

-- 
--- security.wml	2004-05-22 21:06:41.000000000 +0200
+++ security.new.wml	2004-05-27 22:04:10.000000000 +0200
@@ -79,7 +79,7 @@
 	<dd><moreinfo/></dd>
 "/>
 #<ifneq "{#securitybody#}" "" "
-<ifneq "<isvulnerable/>" "no" "
+<ifneq "<fixed/>" "no" "
 <dt><gettext domain="security">Fixed in</gettext>:</dt>
 	<dd>{#securitybody#}</dd>
 "/>

Attachment: signature.asc
Description: Digital signature


Reply to: