mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-17 05:17:59 +08:00
Revert unneeded change
This commit is contained in:
parent
5bea3de59b
commit
8b31568eaf
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ func (db *SQLiteDatabase) UpdateBookmarks(bookmarks []model.Bookmark) (result []
|
|||
stmtUpdateBookmarkContent.MustExec(
|
||||
book.Title,
|
||||
book.Content,
|
||||
string(book.HTML),
|
||||
book.HTML,
|
||||
book.ID)
|
||||
|
||||
newTags := []model.Tag{}
|
||||
|
|
Loading…
Reference in a new issue