Skip to content

Fix html - #51

Merged
casella merged 2 commits into
OpenModelica:masterfrom
AnHeuermann:fix-html
Jan 15, 2024
Merged

Fix html#51
casella merged 2 commits into
OpenModelica:masterfrom
AnHeuermann:fix-html

Conversation

@AnHeuermann

@AnHeuermann AnHeuermann commented Jan 12, 2024

Copy link
Copy Markdown
Member

Related Issue

Fixes #50.

Changes

  • <html> missing DOCTYPE.
  • Replace <hr /> with <hr>..
  • Replace <br /> with <br>.
  • Add missing </tr>.

  - `<html>` missing `DOCTYPE`.
  - Replace `<hr />` with `<hr>`.
  - Replace `<br />` with `<br>`
  - Element p not allowed as child of element span
  - Fix missing </tr>
@casella
casella self-requested a review January 15, 2024 12:13

@casella casella left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@casella
casella merged commit 74f1379 into OpenModelica:master Jan 15, 2024
@AnHeuermann
AnHeuermann deleted the fix-html branch January 15, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generated overview.html not valid HTML

2 participants