Issue Type: Bug Bug
Affects Versions: current
Assignee: Michal Turek
Components: sloccount
Created: 05/Jan/14 12:09 PM
Description:

The following code is incorrect. <tfoot> should not be inside <tbody>, optional <thead> is missing.

http://www.w3schools.com/tags/tag_thead.asp
http://www.w3schools.com/tags/tag_tbody.asp
http://www.w3schools.com/tags/tag_tfoot.asp

  <table class="pane sortable" id="files">
    <tr>
      <td class="pane-header">${%File}</td>
      <td class="pane-header" style="width:2em">${%Language}</td>
      <td class="pane-header" style="width:2em">${%Lines}</td>
      <td class="pane-header" style="width:60%">${%Distribution}</td>
    </tr>
    <tbody>
      ...
      <tfoot>
        ...
      </tfoot>
    </tbody>
  </table>
Environment: Incorrect code.
Project: Jenkins
Priority: Minor Minor
Reporter: Michal Turek
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to