Web Interface: do not leave form action empty

This commit is contained in:
Florian Festi 2018-03-10 14:20:18 +01:00
parent 705ad5344c
commit 2b2aa9f20e
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ Create boxes and more with a laser cutter!
args = ["--"+unquote_plus(arg) for arg in environ['QUERY_STRING'].split("&")]
if "--render=1" not in args:
start_response(status, headers)
return self.args2html(name, box)
return self.args2html(name, box, "./" + name)
else:
args = [a for a in args if a != "--render=1"]
try: