module: thread hyperhive package directly — operators don't apply overlays
This commit is contained in:
parent
8dc9b24934
commit
4f91dfef99
6 changed files with 23 additions and 25 deletions
|
|
@ -295,8 +295,4 @@ fn html_escape(s: &str) -> String {
|
|||
.replace('"', """)
|
||||
}
|
||||
|
||||
const STYLE: &str = concat!(
|
||||
"<style>\n",
|
||||
include_str!("../assets/agent.css"),
|
||||
"</style>",
|
||||
);
|
||||
const STYLE: &str = concat!("<style>\n", include_str!("../assets/agent.css"), "</style>",);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue