Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2012 16:17:26 GMT
From:      deeptech71 <deeptech71@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   www/171953: Pipermail creates HTML pages that have the the body colors set WRONGly
Message-ID:  <201209251617.q8PGHQMc080184@red.freebsd.org>
Resent-Message-ID: <201209251620.q8PGK8HV017626@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171953
>Category:       www
>Synopsis:       Pipermail creates HTML pages that have the the body colors set WRONGly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 25 16:20:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     deeptech71
>Release:        
>Organization:
>Environment:
>Description:
For example, the web page http://lists.freebsd.org/pipermail/freebsd-current/2012-September/date.html contains the following HTML source:
    <BODY BGCOLOR="#ffffff">
That is, the web page specifies a background color without specifying a foreground color. This fucks with my default settings of "cyan text on black background": the said web page gets displayed as "cyan text on white background".

The web page should specify either
- all colors (foreground, background, new link, visited link, active link), or
- no colors.
Of these, it is highly recommended that the latter is done instead of the former.
>How-To-Repeat:

>Fix:
Fix the configuration of Pipermail, if possible. Otherwise, edit the Pipermail program's source code and remove the generation of the ``BGCOLOR="#ffffff"'' HTML source part.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209251617.q8PGHQMc080184>