mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-27 06:14:29 +00:00
Update crates and workflow
- Updated all the crates - Updated workflow actions - Set cargo registry to sparse
This commit is contained in:
parent
44e9e1a58e
commit
84a23008f4
6 changed files with 177 additions and 177 deletions
|
@ -891,6 +891,7 @@ impl Emitter for FaviconEmitter {
|
|||
FaviconToken::EndTag(ref mut tag) => {
|
||||
// Always clean seen attributes
|
||||
self.seen_attributes.clear();
|
||||
self.set_last_start_tag(None);
|
||||
|
||||
// Only trigger an emit for the </head> tag.
|
||||
// This is matched, and will break the for-loop.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue