diff --git a/postgresql-listfiles-html.lsp b/postgresql-listfiles-html.lsp
index 40045c6a8ded3940e8ad6e37f49aee240d40cb8f..2437393434d81468aeca65b0bc9881cbaca34965 100644
--- a/postgresql-listfiles-html.lsp
+++ b/postgresql-listfiles-html.lsp
@@ -2,7 +2,7 @@
require("viewfunctions")
%>
-<% displaycommandresults({"expert", "startstop"}, session) %>
+<% displaycommandresults({"expert"}, session) %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
@@ -27,7 +27,3 @@ end %>
<% end %>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("startstop")
-end %>