[PR #203] [MERGED] Small correction on HTML syntax error #782

Closed
opened 2026-03-13 15:12:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/abh/ntppool/pull/203
Author: @bruncsak
Created: 7/3/2021
Status: Merged
Merged: 8/16/2021
Merged by: @abh

Base: mainHead: main


📝 Commits (1)

  • f7c15bd Small correction on HTML syntax error

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 docs/manage/tpl/navigation_sidebar.html (+2 -2)

📄 Description

There is incorrect order of closing HTML tag: <a><b></a></b>
It should be like in the order of the following: <a><b></b></a>


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/abh/ntppool/pull/203 **Author:** [@bruncsak](https://github.com/bruncsak) **Created:** 7/3/2021 **Status:** ✅ Merged **Merged:** 8/16/2021 **Merged by:** [@abh](https://github.com/abh) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`f7c15bd`](https://github.com/abh/ntppool/commit/f7c15bde830bd5597020e970022defd1b4ebe853) Small correction on HTML syntax error ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/manage/tpl/navigation_sidebar.html` (+2 -2) </details> ### 📄 Description There is incorrect order of closing HTML tag: `<a><b></a></b>` It should be like in the order of the following: `<a><b></b></a>` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 15:12:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntppool#782
No description provided.