Fix HTML escaping

This commit is contained in:
UltraDesu
2020-11-29 00:26:00 +03:00
parent a04bca212b
commit 61474a07c5
2 changed files with 10 additions and 4 deletions

View File

@@ -21,4 +21,5 @@ hyper-tls = { version = "0.4", optional = true }
futures = "0.3"
hyper-rustls = { version = "0.19", optional = true }
rusqlite = "0.24.1"
rusqlite = "0.24.1"
html-escape = "0.2"