mirror of
https://github.com/abh/ntppool.git
synced 2026-04-26 03:55:52 +03:00
[PR #203] [MERGED] Small correction on HTML syntax error #782
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntppool#782
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:main📝 Commits (1)
f7c15bdSmall 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.