summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--opennhrp-model.lua1
-rw-r--r--opennhrp-status-html.lsp2
2 files changed, 1 insertions, 2 deletions
diff --git a/opennhrp-model.lua b/opennhrp-model.lua
index 1a95fa6..b38896d 100644
--- a/opennhrp-model.lua
+++ b/opennhrp-model.lua
@@ -47,7 +47,6 @@ local function autostarts()
end
f:close()
return cmd_output_result,cmd_output_error
-
end
local function opennhrpctl_show()
diff --git a/opennhrp-status-html.lsp b/opennhrp-status-html.lsp
index 2629a01..180c291 100644
--- a/opennhrp-status-html.lsp
+++ b/opennhrp-status-html.lsp
@@ -29,7 +29,7 @@ end
<DL>
<?
local myform = form.status
-local tags = { "status", "version", }
+local tags = { "status", "version", "autostart", }
informationform(myform,tags)
?>
</DL>