This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug web/10976] New: [bugzilla] URL for "target milestone" is wrong
- From: "billingd at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 May 2003 03:00:57 -0000
- Subject: [Bug web/10976] New: [bugzilla] URL for "target milestone" is wrong
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10976
Summary: [bugzilla] URL for "target milestone" is wrong
Product: gcc
Version: unknown
Status: NEW
Severity: normal
Priority: P2
Component: web
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: billingd@gcc.gnu.org
CC: gcc-bugs@gcc.gnu.org
When I look at a bug, for example http://gcc.gnu.org/bugzilla/show_bug.cgi?
id=10962, the URL for the "target milestone" description is <a
href="http://gcc/gnu.org">, which is wrong.
This can be seen in the source fragment
<td align="right">
<b>
<a href="http://gcc/gnu.org">
<u>T</u>arget Milestone:</a>
</b>
</td><td>
<label for="target_milestone" accesskey="t">
<select name="target_milestone" id="target_milestone">
<option value="3.3.1" selected>3.3.1
</option>
<option value="3.4">3.4
</option>
<option value="---">---
</option>
</select>
</label>
</td>
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.