fix(html): remove the quota tag

This commit is contained in:
imlonghao 2022-01-23 16:35:29 +08:00
parent a809b60870
commit b7babfffb6
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -101,7 +101,7 @@
title: "更多",
data: "pkgbase",
render: function (data, type, row, meta) {
return `<a href=#${data}">更多</a>`
return `<a href=#${data}>更多</a>`
}
}
]