mirror of
https://github.com/9001/copyparty.git
synced 2026-02-27 05:53:11 -07:00
Update httpcli.py
Signed-off-by: ed <s@ocv.me>
This commit is contained in:
parent
a996aa6366
commit
3281859df1
|
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue