Revert unneeded change

This commit is contained in:
Radhi Fadlillah 2018-03-06 16:30:47 +07:00
parent 5bea3de59b
commit 8b31568eaf

View file

@ -466,7 +466,7 @@ func (db *SQLiteDatabase) UpdateBookmarks(bookmarks []model.Bookmark) (result []
stmtUpdateBookmarkContent.MustExec( stmtUpdateBookmarkContent.MustExec(
book.Title, book.Title,
book.Content, book.Content,
string(book.HTML), book.HTML,
book.ID) book.ID)
newTags := []model.Tag{} newTags := []model.Tag{}