mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-12 05:15:24 +08:00
webconfig: Set a variable before
This fixes things if a theme is entirely empty. Fixes #9590 (cherry picked from commit acde38fed3d5f2c0b4bd0780c29f2d457893a457)
This commit is contained in:
parent
17332226e4
commit
338451c25c
@ -1508,6 +1508,7 @@ class FishConfigHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
|
|||||||
"fish_pager_color_secondary_description",
|
"fish_pager_color_secondary_description",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
output=""
|
||||||
for item in postvars.get("colors"):
|
for item in postvars.get("colors"):
|
||||||
what = item.get("what")
|
what = item.get("what")
|
||||||
color = item.get("color")
|
color = item.get("color")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user