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

Bug#718307: marked as done (www.debian.org: Download list architectures wrap incorrectly on hyphens)



Your message dated Mon, 02 Sep 2013 19:19:56 +0000
with message-id <E1VGZfI-0001Ox-OR@vasks.debian.org>
and subject line Debian WWW CVS commit by spaillard fixes #718307
has caused the Debian Bug report #718307,
regarding www.debian.org: Download list architectures wrap incorrectly on hyphens
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
718307: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718307
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: www.debian.org
Severity: normal
Tags: patch

In the download list of architectures, architectures with dashes in their names currently can get split over multiple lines with their dash being considered a hyphen. Architecture names should be more atomic than that. A confusing break which I encountered was with 'kfreebsd-amd64', which broke at the dash with the 'amd64' fragment directly below the 'amd64' architecture link. This is a confusing situation.

This can be fixed with the following CSS:

ul.downlist li a {
	white-space: nowrap;
}

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.9-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--- End Message ---
--- Begin Message ---
This bug was closed by spaillard in the webwml CVS repository:

http://www.debian.org/devel/website/using_cvs

Note that it might take some time until www.debian.org has been updated.

CVSROOT:	/cvs/webwml
Module name:	webwml
Changes by:	spaillard	13/09/02 19:19:56

Added files:
	danish/devel/join: newmaint.wml 

Log message:
	Initial re-translation

Modified files:
	english        : debian.css 

Log message:
	[Tim Sheridan] Don't consider dash in arch name as an hyphen (Closes: #718307)

--- End Message ---

Reply to: