Use plume_common::escape() instead of askama_escape::escape() directly

This commit is contained in:
Kitaiti Makoto
2022-01-07 05:38:17 +09:00
parent c786569171
commit 61d5446113
4 changed files with 3 additions and 13 deletions
+1 -1
View File
@@ -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");