Skip to content

Generated overview.html not valid HTML #50

Description

@AnHeuermann

I'm trying to scrape some data from the generated overview.html files to convert it to markdown tables and noticed that the HTML isn't valid.

For example the raw HTML code of https://libraries.openmodelica.org/branches/overview.html has a lot of issues: https://validator.w3.org/

My issue are the broken tables missing a </tr> to close a table row:

  <table>
    <tr>
      <th>Branch</th>
      <th>Total</th>
      <th>Parsing</th>
      <th>Frontend</th>
      <th>Backend</th>
      <th>SimCode</th>
      <th>Templates</th>
      <th>Compilation</th>
      <th>Simulation</th>
      <th>Verification</th>
    <tr>
      <td><a href="omc-stable/MyLibrary_main/MyLibrary_main.html">omc-stable</a></td>
      <td><a>2</a></td>
      <td><a>2</a></td>
      <td><a>2</a></td>
      <td><a>2</a></td>
      <td><a>2</a></td>
      <td><a>2</a></td>
      <td><a>2</a></td>
      <td><a>2</a></td>
      <td><a>1</a></td>
    </tr>
  </table>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions