Skip to content

Comments

fix(ui): correct malformed HTML comment in topnav.html#767

Merged
MakisH merged 2 commits intoprecice:masterfrom
praaatap:fix/nav-html-comment-typo
Feb 23, 2026
Merged

fix(ui): correct malformed HTML comment in topnav.html#767
MakisH merged 2 commits intoprecice:masterfrom
praaatap:fix/nav-html-comment-typo

Conversation

@praaatap
Copy link
Contributor

Description

This PR fixes a minor typo in the very first line of _includes/topnav.html.

The file started with <a!-- Navigation --> instead of the standard <!-- Navigation -->. Since <a!-- is not a valid HTML comment syntax, browsers might interpret it as an unclosed or broken <a> element.

This is a single-line cleanup to ensure correct HTML syntax.

Fixes #766

The first line of topnav.html used <a!-- instead of <!--, which is not a valid HTML comment. This could cause browsers to render a broken <a element instead of treating the line as a comment. Changed it to standard <!-- Navigation -->.
Copy link
Member

@MakisH MakisH left a comment

Choose a reason for hiding this comment

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

Thanks for the typofix! Such quick fixes don't need a parent issue.

@MakisH MakisH enabled auto-merge (squash) February 23, 2026 12:19
@MakisH MakisH merged commit 6a4acb7 into precice:master Feb 23, 2026
2 checks passed
@MakisH MakisH added GSoC Contributed in the context of the Google Summer of Code technical Technical issues on the website labels Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

GSoC Contributed in the context of the Google Summer of Code technical Technical issues on the website

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo: Malformed HTML comment in _includes/topnav.html

2 participants