mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
fix(html): remove the quota tag
This commit is contained in:
parent
a809b60870
commit
b7babfffb6
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
title: "更多",
|
||||
data: "pkgbase",
|
||||
render: function (data, type, row, meta) {
|
||||
return `<a href=#${data}">更多</a>`
|
||||
return `<a href=#${data}>更多</a>`
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue