[Bug web/10976] New: [bugzilla] URL for "target milestone" is wrong

billingd@gcc.gnu.org gcc-bugzilla@gcc.gnu.org
Mon May 26 04:00:00 GMT 2003


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.



More information about the Gcc-bugs mailing list