diff --git a/status.rb b/status.rb index b10e18b..3cd5d9f 100755 --- a/status.rb +++ b/status.rb @@ -34,7 +34,7 @@ class OpenVPNStatusWeb client_list, routing_table, global_stats = read_status_log(@file) html = main_tmpl.result(binding) - [200, {"Content-Type" => "text/html"}, html] + [200, {"Content-Type" => "text/html"}, [html]] end def read_template(file)