Update httpcli.py

Signed-off-by: ed <s@ocv.me>
This commit is contained in:
ed 2026-01-29 18:22:39 +00:00 committed by GitHub
parent a996aa6366
commit 3281859df1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6941,7 +6941,7 @@ class HttpCli(object):
"have_b_u": (self.can_write and self.uparam.get("b") == "u"), "have_b_u": (self.can_write and self.uparam.get("b") == "u"),
"sb_lg": vn.js_ls["sb_lg"], "sb_lg": vn.js_ls["sb_lg"],
"url_suf": url_suf, "url_suf": url_suf,
"title": html_escape((self.vpath or "copyparty") if self.args.nih else "%s %s" % (self.args.bname, self.vpath), crlf=True), "title": html_escape("%s %s" % (self.args.bname, self.vpath), crlf=True),
"srv_info": srv_infot, "srv_info": srv_infot,
"dtheme": self.args.theme, "dtheme": self.args.theme,
} }