module: thread hyperhive package directly — operators don't apply overlays

This commit is contained in:
müde 2026-05-15 16:51:18 +02:00
parent 8dc9b24934
commit 4f91dfef99
6 changed files with 23 additions and 25 deletions

View file

@ -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>",);