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/45803] New: bugzilla: Invalid HTML


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45803

           Summary: bugzilla: Invalid HTML
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: web
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: schwab@linux-m68k.org


Comments in HTML don't nest, so this does not work:

<!--
  <tr><th class="field_label "
      id="field_label_rep_platform">
      <label for="rep_platform">
        <a href="page.cgi?id=fields.html#rep_platform">Hardware:</a></label>
  </th>

<td class="field_value "
    id="field_container_rep_platform" >
        <select id="rep_platform" 
                name="rep_platform" 
                >
            <option value="All"
                    id="v1_rep_platform"

                selected="selected">All</option>
        </select>


        <script type="text/javascript">
        <!--
          initHidingOptionsForIE('rep_platform');

        //-->

Line 825, Column 11: invalid comment declaration: found name start character
outside comment but inside comment declaration 
          initHidingOptionsForIE('rep_platform');


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