Use plume_common::escape() instead of askama_escape::escape() directly
This commit is contained in:
@@ -9,7 +9,7 @@ use rocket_i18n::Catalog;
|
||||
use std::collections::{btree_map::BTreeMap, hash_map::DefaultHasher};
|
||||
use std::hash::Hasher;
|
||||
|
||||
pub use askama_escape::escape;
|
||||
pub use plume_common::utils::escape;
|
||||
|
||||
pub static CACHE_NAME: &str = env!("CACHE_ID");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user