diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ccfbd1..4422c7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+### Fixed
+
+- Remove the quote tag from more href
+
## [0.2.1] - 2022-01-23
### Fixed
diff --git a/html/logs.html b/html/logs.html
index cf352eb..65ab6ec 100644
--- a/html/logs.html
+++ b/html/logs.html
@@ -101,7 +101,7 @@
title: "更多",
data: "pkgbase",
render: function (data, type, row, meta) {
- return `更多`
+ return `更多`
}
}
]