Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 2010 20:02:12 GMT
From:      Warren Block <wblock@wonkity.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   www/149446: [patch] improve misleading title of "report a bug"
Message-ID:  <201008082002.o78K2C6k064976@www.freebsd.org>
Resent-Message-ID: <201008082010.o78KA65t028253@freefall.freebsd.org>

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

>Number:         149446
>Category:       www
>Synopsis:       [patch] improve misleading title of "report a bug"
>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:   Sun Aug 08 20:10:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Warren Block
>Release:        8-stable
>Organization:
>Environment:
FreeBSD lightning 8.1-STABLE FreeBSD 8.1-STABLE #0: Sun Aug  8 09:33:21 MDT 2010     root@lightning:/usr/obj/usr/src/sys/LIGHTNING  i386
>Description:
The "Report A Bug" link on http://www.freebsd.org is misleading.  It's not just for reporting bugs, but actually goes to the bug database.
>How-To-Repeat:
See http://www.freebsd.org
>Fix:
Apply attached patch.

Patch attached with submission follows:

--- en/index.xsl.orig	2010-08-08 13:55:20.000000000 -0600
+++ en/index.xsl	2010-08-08 13:55:58.000000000 -0600
@@ -199,7 +199,7 @@
 					  <a href="&base;/community/mailinglists.html" title="Mailing Lists">Mailing Lists</a>
 					</li>
 					<li>
-					  <a href="&base;/support/bugreports.html" title="Report a Bug">Report a Bug</a>
+					  <a href="&base;/support/bugreports.html" title="Bug Database">Bug Database</a>
 					</li>
 					<li>
 					  <a href="&base;/doc/en_US.ISO8859-1/books/faq/index.html" title="FAQ">FAQ</a>


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



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