This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]