Skip to content

Quality: Unclosed HTML anchor tag in index.html - #212

Open
tomaioo wants to merge 1 commit into
benbusby:mainfrom
tomaioo:improve/quality/unclosed-html-anchor-tag-in-index-html
Open

Quality: Unclosed HTML anchor tag in index.html#212
tomaioo wants to merge 1 commit into
benbusby:mainfrom
tomaioo:improve/quality/unclosed-html-anchor-tag-in-index-html

Conversation

@tomaioo

@tomaioo tomaioo commented Jul 5, 2026

Copy link
Copy Markdown

Summary

Quality: Unclosed HTML anchor tag in index.html

Problem

Severity: Medium | File: server/index.html:L57

The anchor tag for displaying service instances is not properly closed. The opening <a href="{{ $instance }}"> lacks a closing </a> tag, which can cause rendering issues in browsers and malformed HTML output.

Solution

Change <li><a href="{{ $instance }}">{{ $instance }}</li> to <li><a href="{{ $instance }}">{{ $instance }}</a></li>

Changes

  • server/index.html (modified)

The anchor tag for displaying service instances is not properly closed. The opening `<a href="{{ $instance }}">` lacks a closing `</a>` tag, which can cause rendering issues in browsers and malformed HTML output.

Signed-off-by: tomaioo <203048277+tomaioo@users.noreply.github.com>
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.

1 participant